Shades of Dingley #6E9442
Tints of Dingley #6E9442
RGB
CMYK
RGB Variations
Color information
#6E9442 (or 0x6E9442) is known color: Dingley. HEX triplet: 6E, 94 and 42. RGB value is (110,148,66). Sum of RGB (Red+Green+Blue) = 110+148+66=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9442 is #916BBD. Grayscale: #7F7F7F. Windows color (decimal): -9530302 or 4363374. OLE color: 4363374.
HSL color Cylindrical-coordinate representation of color #6E9442: hue angle of 87.8º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E9442 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 148 | 66 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.42 |
| HSL | 87.8º | 0.38% | 0.42% | - |
| HSV(B) | 87.8º | 0.55% | 0.58% | - |
| XYZ | 18 | 24.89 | 9.01 | - |
| YUV | 127.29 | 93.41 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 148 | 66 | 0.26 | 0 | 0.55 | 0.42 | 87.8 | 0.38 | 0.42 |
| Hex | 6E | 94 | 42 | 1A | 0 | 37 | 2A | 58 | 26 | 2A |
| Octal | 156 | 224 | 102 | 32 | 0 | 67 | 52 | 130 | 46 | 52 |
| Binary | 1101110 | 10010100 | 1000010 | 11010 | 0 | 110111 | 101010 | 1011000 | 100110 | 101010 |
Color Harmonies of #6E9442
Complementary color
Monochromatic Colors of #6E9442
Black with #6E9442
Text Example
Text Example
White with #6E9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9442; }
p { color: rgb(110,148,66); }
H1.HeaderClassName
{
color: #6E9442;
}
.AnyTagClassName
{
color: #6E9442;
}
</style>
background-color css
<style>
a { background-color: #6E9442; }
a { background-color: rgb(110,148,66); }
div.DivClassName
{
background-color: #6E9442;
}
.BgClassName
{
background-color: #6E9442;
}
</style>
border-color css
<style>
span { border-color: #6E9442; }
span { border-color: rgb(110,148,66); }
td.TdClassName
{
border-color: #6E9442;
}
.TagClassName
{
border-color: #6E9442;
}
</style>