Shades of Dingley #6C884F
Tints of Dingley #6C884F
RGB
CMYK
RGB Variations
Color information
#6C884F (or 0x6C884F) is known color: Dingley. HEX triplet: 6C, 88 and 4F. RGB value is (108,136,79). Sum of RGB (Red+Green+Blue) = 108+136+79=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #6C884F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C884F is #9377B0. Grayscale: #797979. Windows color (decimal): -9664433 or 5212268. OLE color: 5212268.
HSL color Cylindrical-coordinate representation of color #6C884F: hue angle of 89.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C884F is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 79 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.47 |
| HSL | 89.47º | 0.27% | 0.42% | - |
| HSV(B) | 89.47º | 0.42% | 0.53% | - |
| XYZ | 16.4 | 21.36 | 10.66 | - |
| YUV | 121.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 79 | 0.21 | 0 | 0.42 | 0.47 | 89.47 | 0.27 | 0.42 |
| Hex | 6C | 88 | 4F | 15 | 0 | 2A | 2F | 59 | 1B | 2A |
| Octal | 154 | 210 | 117 | 25 | 0 | 52 | 57 | 131 | 33 | 52 |
| Binary | 1101100 | 10001000 | 1001111 | 10101 | 0 | 101010 | 101111 | 1011001 | 11011 | 101010 |
Color Harmonies of #6C884F
Complementary color
Monochromatic Colors of #6C884F
Black with #6C884F
Text Example
Text Example
White with #6C884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C884F; }
p { color: rgb(108,136,79); }
H1.HeaderClassName
{
color: #6C884F;
}
.AnyTagClassName
{
color: #6C884F;
}
</style>
background-color css
<style>
a { background-color: #6C884F; }
a { background-color: rgb(108,136,79); }
div.DivClassName
{
background-color: #6C884F;
}
.BgClassName
{
background-color: #6C884F;
}
</style>
border-color css
<style>
span { border-color: #6C884F; }
span { border-color: rgb(108,136,79); }
td.TdClassName
{
border-color: #6C884F;
}
.TagClassName
{
border-color: #6C884F;
}
</style>