Shades of Dingley #6C8747
Tints of Dingley #6C8747
RGB
CMYK
RGB Variations
Color information
#6C8747 (or 0x6C8747) is known color: Dingley. HEX triplet: 6C, 87 and 47. RGB value is (108,135,71). Sum of RGB (Red+Green+Blue) = 108+135+71=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8747 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8747 is #9378B8. Grayscale: #777777. Windows color (decimal): -9664697 or 4687724. OLE color: 4687724.
HSL color Cylindrical-coordinate representation of color #6C8747: hue angle of 85.31º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8747 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 135 | 71 | - |
| CMYK | 0.2 | 0 | 0.47 | 0.47 |
| HSL | 85.31º | 0.31% | 0.4% | - |
| HSV(B) | 85.31º | 0.47% | 0.53% | - |
| XYZ | 15.99 | 20.97 | 9.17 | - |
| YUV | 119.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 135 | 71 | 0.2 | 0 | 0.47 | 0.47 | 85.31 | 0.31 | 0.4 |
| Hex | 6C | 87 | 47 | 14 | 0 | 2F | 2F | 55 | 1F | 28 |
| Octal | 154 | 207 | 107 | 24 | 0 | 57 | 57 | 125 | 37 | 50 |
| Binary | 1101100 | 10000111 | 1000111 | 10100 | 0 | 101111 | 101111 | 1010101 | 11111 | 101000 |
Color Harmonies of #6C8747
Complementary color
Monochromatic Colors of #6C8747
Black with #6C8747
Text Example
Text Example
White with #6C8747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8747; }
p { color: rgb(108,135,71); }
H1.HeaderClassName
{
color: #6C8747;
}
.AnyTagClassName
{
color: #6C8747;
}
</style>
background-color css
<style>
a { background-color: #6C8747; }
a { background-color: rgb(108,135,71); }
div.DivClassName
{
background-color: #6C8747;
}
.BgClassName
{
background-color: #6C8747;
}
</style>
border-color css
<style>
span { border-color: #6C8747; }
span { border-color: rgb(108,135,71); }
td.TdClassName
{
border-color: #6C8747;
}
.TagClassName
{
border-color: #6C8747;
}
</style>