Shades of Dingley #6E9142
Tints of Dingley #6E9142
RGB
CMYK
RGB Variations
Color information
#6E9142 (or 0x6E9142) is known color: Dingley. HEX triplet: 6E, 91 and 42. RGB value is (110,145,66). Sum of RGB (Red+Green+Blue) = 110+145+66=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9142 is #916EBD. Grayscale: #7D7D7D. Windows color (decimal): -9531070 or 4362606. OLE color: 4362606.
HSL color Cylindrical-coordinate representation of color #6E9142: hue angle of 86.58º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E9142 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 66 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.43 |
| HSL | 86.58º | 0.37% | 0.41% | - |
| HSV(B) | 86.58º | 0.54% | 0.57% | - |
| XYZ | 17.54 | 23.96 | 8.85 | - |
| YUV | 125.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 66 | 0.24 | 0 | 0.54 | 0.43 | 86.58 | 0.37 | 0.41 |
| Hex | 6E | 91 | 42 | 18 | 0 | 36 | 2B | 57 | 25 | 29 |
| Octal | 156 | 221 | 102 | 30 | 0 | 66 | 53 | 127 | 45 | 51 |
| Binary | 1101110 | 10010001 | 1000010 | 11000 | 0 | 110110 | 101011 | 1010111 | 100101 | 101001 |
Color Harmonies of #6E9142
Complementary color
Monochromatic Colors of #6E9142
Black with #6E9142
Text Example
Text Example
White with #6E9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9142; }
p { color: rgb(110,145,66); }
H1.HeaderClassName
{
color: #6E9142;
}
.AnyTagClassName
{
color: #6E9142;
}
</style>
background-color css
<style>
a { background-color: #6E9142; }
a { background-color: rgb(110,145,66); }
div.DivClassName
{
background-color: #6E9142;
}
.BgClassName
{
background-color: #6E9142;
}
</style>
border-color css
<style>
span { border-color: #6E9142; }
span { border-color: rgb(110,145,66); }
td.TdClassName
{
border-color: #6E9142;
}
.TagClassName
{
border-color: #6E9142;
}
</style>