Shades of Dingley #6E8242
Tints of Dingley #6E8242
RGB
CMYK
RGB Variations
Color information
#6E8242 (or 0x6E8242) is known color: Dingley. HEX triplet: 6E, 82 and 42. RGB value is (110,130,66). Sum of RGB (Red+Green+Blue) = 110+130+66=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8242 is #917DBD. Grayscale: #747474. Windows color (decimal): -9534910 or 4358766. OLE color: 4358766.
HSL color Cylindrical-coordinate representation of color #6E8242: hue angle of 78.75º degrees, saturation: 0.33, 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 #6E8242 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 66 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.49 |
| HSL | 78.75º | 0.33% | 0.38% | - |
| HSV(B) | 78.75º | 0.49% | 0.51% | - |
| XYZ | 15.4 | 19.67 | 8.14 | - |
| YUV | 116.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 66 | 0.15 | 0 | 0.49 | 0.49 | 78.75 | 0.33 | 0.38 |
| Hex | 6E | 82 | 42 | F | 0 | 31 | 31 | 4F | 21 | 26 |
| Octal | 156 | 202 | 102 | 17 | 0 | 61 | 61 | 117 | 41 | 46 |
| Binary | 1101110 | 10000010 | 1000010 | 1111 | 0 | 110001 | 110001 | 1001111 | 100001 | 100110 |
Color Harmonies of #6E8242
Complementary color
Monochromatic Colors of #6E8242
Black with #6E8242
Text Example
Text Example
White with #6E8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8242; }
p { color: rgb(110,130,66); }
H1.HeaderClassName
{
color: #6E8242;
}
.AnyTagClassName
{
color: #6E8242;
}
</style>
background-color css
<style>
a { background-color: #6E8242; }
a { background-color: rgb(110,130,66); }
div.DivClassName
{
background-color: #6E8242;
}
.BgClassName
{
background-color: #6E8242;
}
</style>
border-color css
<style>
span { border-color: #6E8242; }
span { border-color: rgb(110,130,66); }
td.TdClassName
{
border-color: #6E8242;
}
.TagClassName
{
border-color: #6E8242;
}
</style>