Shades of Olive Drab #6F811E
Tints of Olive Drab #6F811E
RGB
CMYK
RGB Variations
Color information
#6F811E (or 0x6F811E) is known color: Olive Drab. HEX triplet: 6F, 81 and 1E. RGB value is (111,129,30). Sum of RGB (Red+Green+Blue) = 111+129+30=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #6F811E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F811E is #907EE1. Grayscale: #707070. Windows color (decimal): -9469666 or 1999215. OLE color: 1999215.
HSL color Cylindrical-coordinate representation of color #6F811E: hue angle of 70.91º 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 #6F811E is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 30 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.49 |
| HSL | 70.91º | 0.62% | 0.31% | - |
| HSV(B) | 70.91º | 0.77% | 0.51% | - |
| XYZ | 14.64 | 19.17 | 4.16 | - |
| YUV | 112.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 30 | 0.14 | 0 | 0.77 | 0.49 | 70.91 | 0.62 | 0.31 |
| Hex | 6F | 81 | 1E | E | 0 | 4D | 31 | 47 | 3E | 1F |
| Octal | 157 | 201 | 36 | 16 | 0 | 115 | 61 | 107 | 76 | 37 |
| Binary | 1101111 | 10000001 | 11110 | 1110 | 0 | 1001101 | 110001 | 1000111 | 111110 | 11111 |
Color Harmonies of #6F811E
Complementary color
Monochromatic Colors of #6F811E
Black with #6F811E
Text Example
Text Example
White with #6F811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F811E; }
p { color: rgb(111,129,30); }
H1.HeaderClassName
{
color: #6F811E;
}
.AnyTagClassName
{
color: #6F811E;
}
</style>
background-color css
<style>
a { background-color: #6F811E; }
a { background-color: rgb(111,129,30); }
div.DivClassName
{
background-color: #6F811E;
}
.BgClassName
{
background-color: #6F811E;
}
</style>
border-color css
<style>
span { border-color: #6F811E; }
span { border-color: rgb(111,129,30); }
td.TdClassName
{
border-color: #6F811E;
}
.TagClassName
{
border-color: #6F811E;
}
</style>