Shades of Olive Drab #6F861D
Tints of Olive Drab #6F861D
RGB
CMYK
RGB Variations
Color information
#6F861D (or 0x6F861D) is known color: Olive Drab. HEX triplet: 6F, 86 and 1D. RGB value is (111,134,29). Sum of RGB (Red+Green+Blue) = 111+134+29=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #6F861D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F861D is #9079E2. Grayscale: #737373. Windows color (decimal): -9468387 or 1934959. OLE color: 1934959.
HSL color Cylindrical-coordinate representation of color #6F861D: hue angle of 73.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F861D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 29 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.47 |
| HSL | 73.14º | 0.64% | 0.32% | - |
| HSV(B) | 73.14º | 0.78% | 0.53% | - |
| XYZ | 15.3 | 20.52 | 4.32 | - |
| YUV | 115.15 | 79.38 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 29 | 0.17 | 0 | 0.78 | 0.47 | 73.14 | 0.64 | 0.32 |
| Hex | 6F | 86 | 1D | 11 | 0 | 4E | 2F | 49 | 40 | 20 |
| Octal | 157 | 206 | 35 | 21 | 0 | 116 | 57 | 111 | 100 | 40 |
| Binary | 1101111 | 10000110 | 11101 | 10001 | 0 | 1001110 | 101111 | 1001001 | 1000000 | 100000 |
Color Harmonies of #6F861D
Complementary color
Monochromatic Colors of #6F861D
Black with #6F861D
Text Example
Text Example
White with #6F861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F861D; }
p { color: rgb(111,134,29); }
H1.HeaderClassName
{
color: #6F861D;
}
.AnyTagClassName
{
color: #6F861D;
}
</style>
background-color css
<style>
a { background-color: #6F861D; }
a { background-color: rgb(111,134,29); }
div.DivClassName
{
background-color: #6F861D;
}
.BgClassName
{
background-color: #6F861D;
}
</style>
border-color css
<style>
span { border-color: #6F861D; }
span { border-color: rgb(111,134,29); }
td.TdClassName
{
border-color: #6F861D;
}
.TagClassName
{
border-color: #6F861D;
}
</style>