Shades of Dingley #6C8D47
Tints of Dingley #6C8D47
RGB
CMYK
RGB Variations
Color information
#6C8D47 (or 0x6C8D47) is known color: Dingley. HEX triplet: 6C, 8D and 47. RGB value is (108,141,71). Sum of RGB (Red+Green+Blue) = 108+141+71=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8D47 is #9372B8. Grayscale: #7B7B7B. Windows color (decimal): -9663161 or 4689260. OLE color: 4689260.
HSL color Cylindrical-coordinate representation of color #6C8D47: hue angle of 88.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C8D47 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 141 | 71 | - |
| CMYK | 0.23 | 0 | 0.50 | 0.45 |
| HSL | 88.29º | 0.33% | 0.42% | - |
| HSV(B) | 88.29º | 0.5% | 0.55% | - |
| XYZ | 16.85 | 22.69 | 9.45 | - |
| YUV | 123.15 | 98.57 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 71 | 0.23 | 0 | 0.50 | 0.45 | 88.29 | 0.33 | 0.42 |
| Hex | 6C | 8D | 47 | 17 | 0 | 32 | 2D | 58 | 21 | 2A |
| Octal | 154 | 215 | 107 | 27 | 0 | 62 | 55 | 130 | 41 | 52 |
| Binary | 1101100 | 10001101 | 1000111 | 10111 | 0 | 110010 | 101101 | 1011000 | 100001 | 101010 |
Color Harmonies of #6C8D47
Complementary color
Monochromatic Colors of #6C8D47
Black with #6C8D47
Text Example
Text Example
White with #6C8D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8D47; }
p { color: rgb(108,141,71); }
H1.HeaderClassName
{
color: #6C8D47;
}
.AnyTagClassName
{
color: #6C8D47;
}
</style>
background-color css
<style>
a { background-color: #6C8D47; }
a { background-color: rgb(108,141,71); }
div.DivClassName
{
background-color: #6C8D47;
}
.BgClassName
{
background-color: #6C8D47;
}
</style>
border-color css
<style>
span { border-color: #6C8D47; }
span { border-color: rgb(108,141,71); }
td.TdClassName
{
border-color: #6C8D47;
}
.TagClassName
{
border-color: #6C8D47;
}
</style>