Shades of Olive Drab #6E8C34
Tints of Olive Drab #6E8C34
RGB
CMYK
RGB Variations
Color information
#6E8C34 (or 0x6E8C34) is known color: Olive Drab. HEX triplet: 6E, 8C and 34. RGB value is (110,140,52). Sum of RGB (Red+Green+Blue) = 110+140+52=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C34 is #9173CB. Grayscale: #797979. Windows color (decimal): -9532364 or 3443822. OLE color: 3443822.
HSL color Cylindrical-coordinate representation of color #6E8C34: hue angle of 80.45º 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 #6E8C34 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 140 | 52 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.45 |
| HSL | 80.45º | 0.46% | 0.38% | - |
| HSV(B) | 80.45º | 0.63% | 0.55% | - |
| XYZ | 16.43 | 22.32 | 6.69 | - |
| YUV | 121 | 89.06 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 52 | 0.21 | 0 | 0.63 | 0.45 | 80.45 | 0.46 | 0.38 |
| Hex | 6E | 8C | 34 | 15 | 0 | 3F | 2D | 50 | 2E | 26 |
| Octal | 156 | 214 | 64 | 25 | 0 | 77 | 55 | 120 | 56 | 46 |
| Binary | 1101110 | 10001100 | 110100 | 10101 | 0 | 111111 | 101101 | 1010000 | 101110 | 100110 |
Color Harmonies of #6E8C34
Complementary color
Monochromatic Colors of #6E8C34
Black with #6E8C34
Text Example
Text Example
White with #6E8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8C34; }
p { color: rgb(110,140,52); }
H1.HeaderClassName
{
color: #6E8C34;
}
.AnyTagClassName
{
color: #6E8C34;
}
</style>
background-color css
<style>
a { background-color: #6E8C34; }
a { background-color: rgb(110,140,52); }
div.DivClassName
{
background-color: #6E8C34;
}
.BgClassName
{
background-color: #6E8C34;
}
</style>
border-color css
<style>
span { border-color: #6E8C34; }
span { border-color: rgb(110,140,52); }
td.TdClassName
{
border-color: #6E8C34;
}
.TagClassName
{
border-color: #6E8C34;
}
</style>