Shades of Dingley #6E8142
Tints of Dingley #6E8142
RGB
CMYK
RGB Variations
Color information
#6E8142 (or 0x6E8142) is known color: Dingley. HEX triplet: 6E, 81 and 42. RGB value is (110,129,66). Sum of RGB (Red+Green+Blue) = 110+129+66=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8142 is #917EBD. Grayscale: #747474. Windows color (decimal): -9535166 or 4358510. OLE color: 4358510.
HSL color Cylindrical-coordinate representation of color #6E8142: hue angle of 78.1º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E8142 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 129 | 66 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.49 |
| HSL | 78.1º | 0.32% | 0.38% | - |
| HSV(B) | 78.1º | 0.49% | 0.51% | - |
| XYZ | 15.26 | 19.41 | 8.1 | - |
| YUV | 116.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 129 | 66 | 0.15 | 0 | 0.49 | 0.49 | 78.1 | 0.32 | 0.38 |
| Hex | 6E | 81 | 42 | F | 0 | 31 | 31 | 4E | 20 | 26 |
| Octal | 156 | 201 | 102 | 17 | 0 | 61 | 61 | 116 | 40 | 46 |
| Binary | 1101110 | 10000001 | 1000010 | 1111 | 0 | 110001 | 110001 | 1001110 | 100000 | 100110 |
Color Harmonies of #6E8142
Complementary color
Monochromatic Colors of #6E8142
Black with #6E8142
Text Example
Text Example
White with #6E8142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8142; }
p { color: rgb(110,129,66); }
H1.HeaderClassName
{
color: #6E8142;
}
.AnyTagClassName
{
color: #6E8142;
}
</style>
background-color css
<style>
a { background-color: #6E8142; }
a { background-color: rgb(110,129,66); }
div.DivClassName
{
background-color: #6E8142;
}
.BgClassName
{
background-color: #6E8142;
}
</style>
border-color css
<style>
span { border-color: #6E8142; }
span { border-color: rgb(110,129,66); }
td.TdClassName
{
border-color: #6E8142;
}
.TagClassName
{
border-color: #6E8142;
}
</style>