Shades of Olive Drab #6F862D
Tints of Olive Drab #6F862D
RGB
CMYK
RGB Variations
Color information
#6F862D (or 0x6F862D) is known color: Olive Drab. HEX triplet: 6F, 86 and 2D. RGB value is (111,134,45). Sum of RGB (Red+Green+Blue) = 111+134+45=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #6F862D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F862D is #9079D2. Grayscale: #757575. Windows color (decimal): -9468371 or 2983535. OLE color: 2983535.
HSL color Cylindrical-coordinate representation of color #6F862D: hue angle of 75.51º degrees, saturation: 0.5, 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 #6F862D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 45 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.47 |
| HSL | 75.51º | 0.5% | 0.35% | - |
| HSV(B) | 75.51º | 0.66% | 0.53% | - |
| XYZ | 15.55 | 20.62 | 5.64 | - |
| YUV | 116.98 | 87.38 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 45 | 0.17 | 0 | 0.66 | 0.47 | 75.51 | 0.5 | 0.35 |
| Hex | 6F | 86 | 2D | 11 | 0 | 42 | 2F | 4C | 32 | 23 |
| Octal | 157 | 206 | 55 | 21 | 0 | 102 | 57 | 114 | 62 | 43 |
| Binary | 1101111 | 10000110 | 101101 | 10001 | 0 | 1000010 | 101111 | 1001100 | 110010 | 100011 |
Color Harmonies of #6F862D
Complementary color
Monochromatic Colors of #6F862D
Black with #6F862D
Text Example
Text Example
White with #6F862D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F862D; }
p { color: rgb(111,134,45); }
H1.HeaderClassName
{
color: #6F862D;
}
.AnyTagClassName
{
color: #6F862D;
}
</style>
background-color css
<style>
a { background-color: #6F862D; }
a { background-color: rgb(111,134,45); }
div.DivClassName
{
background-color: #6F862D;
}
.BgClassName
{
background-color: #6F862D;
}
</style>
border-color css
<style>
span { border-color: #6F862D; }
span { border-color: rgb(111,134,45); }
td.TdClassName
{
border-color: #6F862D;
}
.TagClassName
{
border-color: #6F862D;
}
</style>