Shades of Dingley #6E8044
Tints of Dingley #6E8044
RGB
CMYK
RGB Variations
Color information
#6E8044 (or 0x6E8044) is known color: Dingley. HEX triplet: 6E, 80 and 44. RGB value is (110,128,68). Sum of RGB (Red+Green+Blue) = 110+128+68=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #6E8044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8044 is #917FBB. Grayscale: #747474. Windows color (decimal): -9535420 or 4489326. OLE color: 4489326.
HSL color Cylindrical-coordinate representation of color #6E8044: hue angle of 78º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E8044 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 128 | 68 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.50 |
| HSL | 78º | 0.31% | 0.38% | - |
| HSV(B) | 78º | 0.47% | 0.5% | - |
| XYZ | 15.19 | 19.17 | 8.37 | - |
| YUV | 115.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 128 | 68 | 0.14 | 0 | 0.47 | 0.50 | 78 | 0.31 | 0.38 |
| Hex | 6E | 80 | 44 | E | 0 | 2F | 32 | 4E | 1F | 26 |
| Octal | 156 | 200 | 104 | 16 | 0 | 57 | 62 | 116 | 37 | 46 |
| Binary | 1101110 | 10000000 | 1000100 | 1110 | 0 | 101111 | 110010 | 1001110 | 11111 | 100110 |
Color Harmonies of #6E8044
Complementary color
Monochromatic Colors of #6E8044
Black with #6E8044
Text Example
Text Example
White with #6E8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8044; }
p { color: rgb(110,128,68); }
H1.HeaderClassName
{
color: #6E8044;
}
.AnyTagClassName
{
color: #6E8044;
}
</style>
background-color css
<style>
a { background-color: #6E8044; }
a { background-color: rgb(110,128,68); }
div.DivClassName
{
background-color: #6E8044;
}
.BgClassName
{
background-color: #6E8044;
}
</style>
border-color css
<style>
span { border-color: #6E8044; }
span { border-color: rgb(110,128,68); }
td.TdClassName
{
border-color: #6E8044;
}
.TagClassName
{
border-color: #6E8044;
}
</style>