Shades of Dingley #6C8841
Tints of Dingley #6C8841
RGB
CMYK
RGB Variations
Color information
#6C8841 (or 0x6C8841) is known color: Dingley. HEX triplet: 6C, 88 and 41. RGB value is (108,136,65). Sum of RGB (Red+Green+Blue) = 108+136+65=309 (40% of max value = 765). Red value is 108 (42.58% from 255 or 34.95% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8841 is #9377BE. Grayscale: #777777. Windows color (decimal): -9664447 or 4294764. OLE color: 4294764.
HSL color Cylindrical-coordinate representation of color #6C8841: hue angle of 83.66º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C8841 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 65 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.47 |
| HSL | 83.66º | 0.35% | 0.39% | - |
| HSV(B) | 83.66º | 0.52% | 0.53% | - |
| XYZ | 15.94 | 21.18 | 8.25 | - |
| YUV | 119.53 | 97.22 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 65 | 0.21 | 0 | 0.52 | 0.47 | 83.66 | 0.35 | 0.39 |
| Hex | 6C | 88 | 41 | 15 | 0 | 34 | 2F | 54 | 23 | 27 |
| Octal | 154 | 210 | 101 | 25 | 0 | 64 | 57 | 124 | 43 | 47 |
| Binary | 1101100 | 10001000 | 1000001 | 10101 | 0 | 110100 | 101111 | 1010100 | 100011 | 100111 |
Color Harmonies of #6C8841
Complementary color
Monochromatic Colors of #6C8841
Black with #6C8841
Text Example
Text Example
White with #6C8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8841; }
p { color: rgb(108,136,65); }
H1.HeaderClassName
{
color: #6C8841;
}
.AnyTagClassName
{
color: #6C8841;
}
</style>
background-color css
<style>
a { background-color: #6C8841; }
a { background-color: rgb(108,136,65); }
div.DivClassName
{
background-color: #6C8841;
}
.BgClassName
{
background-color: #6C8841;
}
</style>
border-color css
<style>
span { border-color: #6C8841; }
span { border-color: rgb(108,136,65); }
td.TdClassName
{
border-color: #6C8841;
}
.TagClassName
{
border-color: #6C8841;
}
</style>