Shades of Dingley #6C8847
Tints of Dingley #6C8847
RGB
CMYK
RGB Variations
Color information
#6C8847 (or 0x6C8847) is known color: Dingley. HEX triplet: 6C, 88 and 47. RGB value is (108,136,71). Sum of RGB (Red+Green+Blue) = 108+136+71=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8847 is #9377B8. Grayscale: #787878. Windows color (decimal): -9664441 or 4687980. OLE color: 4687980.
HSL color Cylindrical-coordinate representation of color #6C8847: hue angle of 85.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C8847 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 71 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.47 |
| HSL | 85.85º | 0.31% | 0.41% | - |
| HSV(B) | 85.85º | 0.48% | 0.53% | - |
| XYZ | 16.13 | 21.25 | 9.21 | - |
| YUV | 120.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 71 | 0.21 | 0 | 0.48 | 0.47 | 85.85 | 0.31 | 0.41 |
| Hex | 6C | 88 | 47 | 15 | 0 | 30 | 2F | 56 | 1F | 29 |
| Octal | 154 | 210 | 107 | 25 | 0 | 60 | 57 | 126 | 37 | 51 |
| Binary | 1101100 | 10001000 | 1000111 | 10101 | 0 | 110000 | 101111 | 1010110 | 11111 | 101001 |
Color Harmonies of #6C8847
Complementary color
Monochromatic Colors of #6C8847
Black with #6C8847
Text Example
Text Example
White with #6C8847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8847; }
p { color: rgb(108,136,71); }
H1.HeaderClassName
{
color: #6C8847;
}
.AnyTagClassName
{
color: #6C8847;
}
</style>
background-color css
<style>
a { background-color: #6C8847; }
a { background-color: rgb(108,136,71); }
div.DivClassName
{
background-color: #6C8847;
}
.BgClassName
{
background-color: #6C8847;
}
</style>
border-color css
<style>
span { border-color: #6C8847; }
span { border-color: rgb(108,136,71); }
td.TdClassName
{
border-color: #6C8847;
}
.TagClassName
{
border-color: #6C8847;
}
</style>