Shades of Olive Drab #6E8D34
Tints of Olive Drab #6E8D34
RGB
CMYK
RGB Variations
Color information
#6E8D34 (or 0x6E8D34) is known color: Olive Drab. HEX triplet: 6E, 8D and 34. RGB value is (110,141,52). Sum of RGB (Red+Green+Blue) = 110+141+52=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D34 is #9172CB. Grayscale: #797979. Windows color (decimal): -9532108 or 3444078. OLE color: 3444078.
HSL color Cylindrical-coordinate representation of color #6E8D34: hue angle of 80.9º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E8D34 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 141 | 52 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.45 |
| HSL | 80.9º | 0.46% | 0.38% | - |
| HSV(B) | 80.9º | 0.63% | 0.55% | - |
| XYZ | 16.58 | 22.61 | 6.74 | - |
| YUV | 121.59 | 88.73 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 141 | 52 | 0.22 | 0 | 0.63 | 0.45 | 80.9 | 0.46 | 0.38 |
| Hex | 6E | 8D | 34 | 16 | 0 | 3F | 2D | 51 | 2E | 26 |
| Octal | 156 | 215 | 64 | 26 | 0 | 77 | 55 | 121 | 56 | 46 |
| Binary | 1101110 | 10001101 | 110100 | 10110 | 0 | 111111 | 101101 | 1010001 | 101110 | 100110 |
Color Harmonies of #6E8D34
Complementary color
Monochromatic Colors of #6E8D34
Black with #6E8D34
Text Example
Text Example
White with #6E8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8D34; }
p { color: rgb(110,141,52); }
H1.HeaderClassName
{
color: #6E8D34;
}
.AnyTagClassName
{
color: #6E8D34;
}
</style>
background-color css
<style>
a { background-color: #6E8D34; }
a { background-color: rgb(110,141,52); }
div.DivClassName
{
background-color: #6E8D34;
}
.BgClassName
{
background-color: #6E8D34;
}
</style>
border-color css
<style>
span { border-color: #6E8D34; }
span { border-color: rgb(110,141,52); }
td.TdClassName
{
border-color: #6E8D34;
}
.TagClassName
{
border-color: #6E8D34;
}
</style>