Shades of Olive Drab #6D8E34
Tints of Olive Drab #6D8E34
RGB
CMYK
RGB Variations
Color information
#6D8E34 (or 0x6D8E34) is known color: Olive Drab. HEX triplet: 6D, 8E and 34. RGB value is (109,142,52). Sum of RGB (Red+Green+Blue) = 109+142+52=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8E34 is #9271CB. Grayscale: #7A7A7A. Windows color (decimal): -9597388 or 3444333. OLE color: 3444333.
HSL color Cylindrical-coordinate representation of color #6D8E34: hue angle of 82º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D8E34 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 142 | 52 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.44 |
| HSL | 82º | 0.46% | 0.38% | - |
| HSV(B) | 82º | 0.63% | 0.56% | - |
| XYZ | 16.6 | 22.85 | 6.78 | - |
| YUV | 121.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 142 | 52 | 0.23 | 0 | 0.63 | 0.44 | 82 | 0.46 | 0.38 |
| Hex | 6D | 8E | 34 | 17 | 0 | 3F | 2C | 52 | 2E | 26 |
| Octal | 155 | 216 | 64 | 27 | 0 | 77 | 54 | 122 | 56 | 46 |
| Binary | 1101101 | 10001110 | 110100 | 10111 | 0 | 111111 | 101100 | 1010010 | 101110 | 100110 |
Color Harmonies of #6D8E34
Complementary color
Monochromatic Colors of #6D8E34
Black with #6D8E34
Text Example
Text Example
White with #6D8E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8E34; }
p { color: rgb(109,142,52); }
H1.HeaderClassName
{
color: #6D8E34;
}
.AnyTagClassName
{
color: #6D8E34;
}
</style>
background-color css
<style>
a { background-color: #6D8E34; }
a { background-color: rgb(109,142,52); }
div.DivClassName
{
background-color: #6D8E34;
}
.BgClassName
{
background-color: #6D8E34;
}
</style>
border-color css
<style>
span { border-color: #6D8E34; }
span { border-color: rgb(109,142,52); }
td.TdClassName
{
border-color: #6D8E34;
}
.TagClassName
{
border-color: #6D8E34;
}
</style>