Shades of Dingley #6E9144
Tints of Dingley #6E9144
RGB
CMYK
RGB Variations
Color information
#6E9144 (or 0x6E9144) is known color: Dingley. HEX triplet: 6E, 91 and 44. RGB value is (110,145,68). Sum of RGB (Red+Green+Blue) = 110+145+68=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9144 is #916EBB. Grayscale: #7E7E7E. Windows color (decimal): -9531068 or 4493678. OLE color: 4493678.
HSL color Cylindrical-coordinate representation of color #6E9144: hue angle of 87.27º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E9144 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 68 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.43 |
| HSL | 87.27º | 0.36% | 0.42% | - |
| HSV(B) | 87.27º | 0.53% | 0.57% | - |
| XYZ | 17.6 | 23.98 | 9.17 | - |
| YUV | 125.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 68 | 0.24 | 0 | 0.53 | 0.43 | 87.27 | 0.36 | 0.42 |
| Hex | 6E | 91 | 44 | 18 | 0 | 35 | 2B | 57 | 24 | 2A |
| Octal | 156 | 221 | 104 | 30 | 0 | 65 | 53 | 127 | 44 | 52 |
| Binary | 1101110 | 10010001 | 1000100 | 11000 | 0 | 110101 | 101011 | 1010111 | 100100 | 101010 |
Color Harmonies of #6E9144
Complementary color
Monochromatic Colors of #6E9144
Black with #6E9144
Text Example
Text Example
White with #6E9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9144; }
p { color: rgb(110,145,68); }
H1.HeaderClassName
{
color: #6E9144;
}
.AnyTagClassName
{
color: #6E9144;
}
</style>
background-color css
<style>
a { background-color: #6E9144; }
a { background-color: rgb(110,145,68); }
div.DivClassName
{
background-color: #6E9144;
}
.BgClassName
{
background-color: #6E9144;
}
</style>
border-color css
<style>
span { border-color: #6E9144; }
span { border-color: rgb(110,145,68); }
td.TdClassName
{
border-color: #6E9144;
}
.TagClassName
{
border-color: #6E9144;
}
</style>