Shades of Dingley #6E8850
Tints of Dingley #6E8850
RGB
CMYK
RGB Variations
Color information
#6E8850 (or 0x6E8850) is known color: Dingley. HEX triplet: 6E, 88 and 50. RGB value is (110,136,80). Sum of RGB (Red+Green+Blue) = 110+136+80=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8850 is #9177AF. Grayscale: #7A7A7A. Windows color (decimal): -9533360 or 5277806. OLE color: 5277806.
HSL color Cylindrical-coordinate representation of color #6E8850: hue angle of 87.86º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E8850 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 80 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.47 |
| HSL | 87.86º | 0.26% | 0.42% | - |
| HSV(B) | 87.86º | 0.41% | 0.53% | - |
| XYZ | 16.68 | 21.5 | 10.86 | - |
| YUV | 121.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 80 | 0.19 | 0 | 0.41 | 0.47 | 87.86 | 0.26 | 0.42 |
| Hex | 6E | 88 | 50 | 13 | 0 | 29 | 2F | 58 | 1A | 2A |
| Octal | 156 | 210 | 120 | 23 | 0 | 51 | 57 | 130 | 32 | 52 |
| Binary | 1101110 | 10001000 | 1010000 | 10011 | 0 | 101001 | 101111 | 1011000 | 11010 | 101010 |
Color Harmonies of #6E8850
Complementary color
Monochromatic Colors of #6E8850
Black with #6E8850
Text Example
Text Example
White with #6E8850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8850; }
p { color: rgb(110,136,80); }
H1.HeaderClassName
{
color: #6E8850;
}
.AnyTagClassName
{
color: #6E8850;
}
</style>
background-color css
<style>
a { background-color: #6E8850; }
a { background-color: rgb(110,136,80); }
div.DivClassName
{
background-color: #6E8850;
}
.BgClassName
{
background-color: #6E8850;
}
</style>
border-color css
<style>
span { border-color: #6E8850; }
span { border-color: rgb(110,136,80); }
td.TdClassName
{
border-color: #6E8850;
}
.TagClassName
{
border-color: #6E8850;
}
</style>