Shades of Olive Drab #6F872E
Tints of Olive Drab #6F872E
RGB
CMYK
RGB Variations
Color information
#6F872E (or 0x6F872E) is known color: Olive Drab. HEX triplet: 6F, 87 and 2E. RGB value is (111,135,46). Sum of RGB (Red+Green+Blue) = 111+135+46=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #6F872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F872E is #9078D1. Grayscale: #767676. Windows color (decimal): -9468114 or 3049327. OLE color: 3049327.
HSL color Cylindrical-coordinate representation of color #6F872E: hue angle of 76.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F872E is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 46 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.47 |
| HSL | 76.18º | 0.49% | 0.35% | - |
| HSV(B) | 76.18º | 0.66% | 0.53% | - |
| XYZ | 15.71 | 20.9 | 5.79 | - |
| YUV | 117.68 | 87.55 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 46 | 0.18 | 0 | 0.66 | 0.47 | 76.18 | 0.49 | 0.35 |
| Hex | 6F | 87 | 2E | 12 | 0 | 42 | 2F | 4C | 31 | 23 |
| Octal | 157 | 207 | 56 | 22 | 0 | 102 | 57 | 114 | 61 | 43 |
| Binary | 1101111 | 10000111 | 101110 | 10010 | 0 | 1000010 | 101111 | 1001100 | 110001 | 100011 |
Color Harmonies of #6F872E
Complementary color
Monochromatic Colors of #6F872E
Black with #6F872E
Text Example
Text Example
White with #6F872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F872E; }
p { color: rgb(111,135,46); }
H1.HeaderClassName
{
color: #6F872E;
}
.AnyTagClassName
{
color: #6F872E;
}
</style>
background-color css
<style>
a { background-color: #6F872E; }
a { background-color: rgb(111,135,46); }
div.DivClassName
{
background-color: #6F872E;
}
.BgClassName
{
background-color: #6F872E;
}
</style>
border-color css
<style>
span { border-color: #6F872E; }
span { border-color: rgb(111,135,46); }
td.TdClassName
{
border-color: #6F872E;
}
.TagClassName
{
border-color: #6F872E;
}
</style>