Shades of Dingley #6E9543
Tints of Dingley #6E9543
RGB
CMYK
RGB Variations
Color information
#6E9543 (or 0x6E9543) is known color: Dingley. HEX triplet: 6E, 95 and 43. RGB value is (110,149,67). Sum of RGB (Red+Green+Blue) = 110+149+67=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9543 is #916ABC. Grayscale: #808080. Windows color (decimal): -9530045 or 4429166. OLE color: 4429166.
HSL color Cylindrical-coordinate representation of color #6E9543: hue angle of 88.54º 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 #6E9543 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 67 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.42 |
| HSL | 88.54º | 0.38% | 0.42% | - |
| HSV(B) | 88.54º | 0.55% | 0.58% | - |
| XYZ | 18.19 | 25.22 | 9.22 | - |
| YUV | 127.99 | 93.58 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 67 | 0.26 | 0 | 0.55 | 0.42 | 88.54 | 0.38 | 0.42 |
| Hex | 6E | 95 | 43 | 1A | 0 | 37 | 2A | 59 | 26 | 2A |
| Octal | 156 | 225 | 103 | 32 | 0 | 67 | 52 | 131 | 46 | 52 |
| Binary | 1101110 | 10010101 | 1000011 | 11010 | 0 | 110111 | 101010 | 1011001 | 100110 | 101010 |
Color Harmonies of #6E9543
Complementary color
Monochromatic Colors of #6E9543
Black with #6E9543
Text Example
Text Example
White with #6E9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9543; }
p { color: rgb(110,149,67); }
H1.HeaderClassName
{
color: #6E9543;
}
.AnyTagClassName
{
color: #6E9543;
}
</style>
background-color css
<style>
a { background-color: #6E9543; }
a { background-color: rgb(110,149,67); }
div.DivClassName
{
background-color: #6E9543;
}
.BgClassName
{
background-color: #6E9543;
}
</style>
border-color css
<style>
span { border-color: #6E9543; }
span { border-color: rgb(110,149,67); }
td.TdClassName
{
border-color: #6E9543;
}
.TagClassName
{
border-color: #6E9543;
}
</style>