Shades of Olive Drab #6F891D
Tints of Olive Drab #6F891D
RGB
CMYK
RGB Variations
Color information
#6F891D (or 0x6F891D) is known color: Olive Drab. HEX triplet: 6F, 89 and 1D. RGB value is (111,137,29). Sum of RGB (Red+Green+Blue) = 111+137+29=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #6F891D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F891D is #9076E2. Grayscale: #757575. Windows color (decimal): -9467619 or 1935727. OLE color: 1935727.
HSL color Cylindrical-coordinate representation of color #6F891D: hue angle of 74.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F891D is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 29 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.46 |
| HSL | 74.44º | 0.65% | 0.33% | - |
| HSV(B) | 74.44º | 0.79% | 0.54% | - |
| XYZ | 15.72 | 21.36 | 4.46 | - |
| YUV | 116.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 29 | 0.19 | 0 | 0.79 | 0.46 | 74.44 | 0.65 | 0.33 |
| Hex | 6F | 89 | 1D | 13 | 0 | 4F | 2E | 4A | 41 | 21 |
| Octal | 157 | 211 | 35 | 23 | 0 | 117 | 56 | 112 | 101 | 41 |
| Binary | 1101111 | 10001001 | 11101 | 10011 | 0 | 1001111 | 101110 | 1001010 | 1000001 | 100001 |
Color Harmonies of #6F891D
Complementary color
Monochromatic Colors of #6F891D
Black with #6F891D
Text Example
Text Example
White with #6F891D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F891D; }
p { color: rgb(111,137,29); }
H1.HeaderClassName
{
color: #6F891D;
}
.AnyTagClassName
{
color: #6F891D;
}
</style>
background-color css
<style>
a { background-color: #6F891D; }
a { background-color: rgb(111,137,29); }
div.DivClassName
{
background-color: #6F891D;
}
.BgClassName
{
background-color: #6F891D;
}
</style>
border-color css
<style>
span { border-color: #6F891D; }
span { border-color: rgb(111,137,29); }
td.TdClassName
{
border-color: #6F891D;
}
.TagClassName
{
border-color: #6F891D;
}
</style>