Shades of Dingley #6E8041
Tints of Dingley #6E8041
RGB
CMYK
RGB Variations
Color information
#6E8041 (or 0x6E8041) is known color: Dingley. HEX triplet: 6E, 80 and 41. RGB value is (110,128,65). Sum of RGB (Red+Green+Blue) = 110+128+65=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8041 is #917FBE. Grayscale: #737373. Windows color (decimal): -9535423 or 4292718. OLE color: 4292718.
HSL color Cylindrical-coordinate representation of color #6E8041: hue angle of 77.14º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E8041 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 65 | - |
| CMYK | 0.14 | 0 | 0.49 | 0.50 |
| HSL | 77.14º | 0.33% | 0.38% | - |
| HSV(B) | 77.14º | 0.49% | 0.5% | - |
| XYZ | 15.1 | 19.13 | 7.9 | - |
| YUV | 115.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 65 | 0.14 | 0 | 0.49 | 0.50 | 77.14 | 0.33 | 0.38 |
| Hex | 6E | 80 | 41 | E | 0 | 31 | 32 | 4D | 21 | 26 |
| Octal | 156 | 200 | 101 | 16 | 0 | 61 | 62 | 115 | 41 | 46 |
| Binary | 1101110 | 10000000 | 1000001 | 1110 | 0 | 110001 | 110010 | 1001101 | 100001 | 100110 |
Color Harmonies of #6E8041
Complementary color
Monochromatic Colors of #6E8041
Black with #6E8041
Text Example
Text Example
White with #6E8041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8041; }
p { color: rgb(110,128,65); }
H1.HeaderClassName
{
color: #6E8041;
}
.AnyTagClassName
{
color: #6E8041;
}
</style>
background-color css
<style>
a { background-color: #6E8041; }
a { background-color: rgb(110,128,65); }
div.DivClassName
{
background-color: #6E8041;
}
.BgClassName
{
background-color: #6E8041;
}
</style>
border-color css
<style>
span { border-color: #6E8041; }
span { border-color: rgb(110,128,65); }
td.TdClassName
{
border-color: #6E8041;
}
.TagClassName
{
border-color: #6E8041;
}
</style>