Shades of Dingley #6E8841
Tints of Dingley #6E8841
RGB
CMYK
RGB Variations
Color information
#6E8841 (or 0x6E8841) is known color: Dingley. HEX triplet: 6E, 88 and 41. RGB value is (110,136,65). Sum of RGB (Red+Green+Blue) = 110+136+65=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8841 is #9177BE. Grayscale: #787878. Windows color (decimal): -9533375 or 4294766. OLE color: 4294766.
HSL color Cylindrical-coordinate representation of color #6E8841: hue angle of 81.97º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E8841 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 65 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.47 |
| HSL | 81.97º | 0.35% | 0.39% | - |
| HSV(B) | 81.97º | 0.52% | 0.53% | - |
| XYZ | 16.19 | 21.3 | 8.26 | - |
| YUV | 120.13 | 96.89 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 65 | 0.19 | 0 | 0.52 | 0.47 | 81.97 | 0.35 | 0.39 |
| Hex | 6E | 88 | 41 | 13 | 0 | 34 | 2F | 52 | 23 | 27 |
| Octal | 156 | 210 | 101 | 23 | 0 | 64 | 57 | 122 | 43 | 47 |
| Binary | 1101110 | 10001000 | 1000001 | 10011 | 0 | 110100 | 101111 | 1010010 | 100011 | 100111 |
Color Harmonies of #6E8841
Complementary color
Monochromatic Colors of #6E8841
Black with #6E8841
Text Example
Text Example
White with #6E8841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8841; }
p { color: rgb(110,136,65); }
H1.HeaderClassName
{
color: #6E8841;
}
.AnyTagClassName
{
color: #6E8841;
}
</style>
background-color css
<style>
a { background-color: #6E8841; }
a { background-color: rgb(110,136,65); }
div.DivClassName
{
background-color: #6E8841;
}
.BgClassName
{
background-color: #6E8841;
}
</style>
border-color css
<style>
span { border-color: #6E8841; }
span { border-color: rgb(110,136,65); }
td.TdClassName
{
border-color: #6E8841;
}
.TagClassName
{
border-color: #6E8841;
}
</style>