Shades of Olive Drab #6E811E
Tints of Olive Drab #6E811E
RGB
CMYK
RGB Variations
Color information
#6E811E (or 0x6E811E) is known color: Olive Drab. HEX triplet: 6E, 81 and 1E. RGB value is (110,129,30). Sum of RGB (Red+Green+Blue) = 110+129+30=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #6E811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E811E is #917EE1. Grayscale: #707070. Windows color (decimal): -9535202 or 1999214. OLE color: 1999214.
HSL color Cylindrical-coordinate representation of color #6E811E: hue angle of 71.52º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E811E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 129 | 30 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.49 |
| HSL | 71.52º | 0.62% | 0.31% | - |
| HSV(B) | 71.52º | 0.77% | 0.51% | - |
| XYZ | 14.52 | 19.11 | 4.15 | - |
| YUV | 112.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 129 | 30 | 0.15 | 0 | 0.77 | 0.49 | 71.52 | 0.62 | 0.31 |
| Hex | 6E | 81 | 1E | F | 0 | 4D | 31 | 48 | 3E | 1F |
| Octal | 156 | 201 | 36 | 17 | 0 | 115 | 61 | 110 | 76 | 37 |
| Binary | 1101110 | 10000001 | 11110 | 1111 | 0 | 1001101 | 110001 | 1001000 | 111110 | 11111 |
Color Harmonies of #6E811E
Complementary color
Monochromatic Colors of #6E811E
Black with #6E811E
Text Example
Text Example
White with #6E811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E811E; }
p { color: rgb(110,129,30); }
H1.HeaderClassName
{
color: #6E811E;
}
.AnyTagClassName
{
color: #6E811E;
}
</style>
background-color css
<style>
a { background-color: #6E811E; }
a { background-color: rgb(110,129,30); }
div.DivClassName
{
background-color: #6E811E;
}
.BgClassName
{
background-color: #6E811E;
}
</style>
border-color css
<style>
span { border-color: #6E811E; }
span { border-color: rgb(110,129,30); }
td.TdClassName
{
border-color: #6E811E;
}
.TagClassName
{
border-color: #6E811E;
}
</style>