Shades of Dingley #6C8D40
Tints of Dingley #6C8D40
RGB
CMYK
RGB Variations
Color information
#6C8D40 (or 0x6C8D40) is known color: Dingley. HEX triplet: 6C, 8D and 40. RGB value is (108,141,64). Sum of RGB (Red+Green+Blue) = 108+141+64=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8D40 is #9372BF. Grayscale: #7A7A7A. Windows color (decimal): -9663168 or 4230508. OLE color: 4230508.
HSL color Cylindrical-coordinate representation of color #6C8D40: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C8D40 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 141 | 64 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.45 |
| HSL | 85.71º | 0.38% | 0.4% | - |
| HSV(B) | 85.71º | 0.55% | 0.55% | - |
| XYZ | 16.63 | 22.61 | 8.34 | - |
| YUV | 122.36 | 95.07 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 64 | 0.23 | 0 | 0.55 | 0.45 | 85.71 | 0.38 | 0.4 |
| Hex | 6C | 8D | 40 | 17 | 0 | 37 | 2D | 56 | 26 | 28 |
| Octal | 154 | 215 | 100 | 27 | 0 | 67 | 55 | 126 | 46 | 50 |
| Binary | 1101100 | 10001101 | 1000000 | 10111 | 0 | 110111 | 101101 | 1010110 | 100110 | 101000 |
Color Harmonies of #6C8D40
Complementary color
Monochromatic Colors of #6C8D40
Black with #6C8D40
Text Example
Text Example
White with #6C8D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8D40; }
p { color: rgb(108,141,64); }
H1.HeaderClassName
{
color: #6C8D40;
}
.AnyTagClassName
{
color: #6C8D40;
}
</style>
background-color css
<style>
a { background-color: #6C8D40; }
a { background-color: rgb(108,141,64); }
div.DivClassName
{
background-color: #6C8D40;
}
.BgClassName
{
background-color: #6C8D40;
}
</style>
border-color css
<style>
span { border-color: #6C8D40; }
span { border-color: rgb(108,141,64); }
td.TdClassName
{
border-color: #6C8D40;
}
.TagClassName
{
border-color: #6C8D40;
}
</style>