Shades of Olive Drab #6F8721
Tints of Olive Drab #6F8721
RGB
CMYK
RGB Variations
Color information
#6F8721 (or 0x6F8721) is known color: Olive Drab. HEX triplet: 6F, 87 and 21. RGB value is (111,135,33). Sum of RGB (Red+Green+Blue) = 111+135+33=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8721 is #9078DE. Grayscale: #747474. Windows color (decimal): -9468127 or 2197359. OLE color: 2197359.
HSL color Cylindrical-coordinate representation of color #6F8721: hue angle of 74.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F8721 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 33 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.47 |
| HSL | 74.12º | 0.61% | 0.33% | - |
| HSV(B) | 74.12º | 0.76% | 0.53% | - |
| XYZ | 15.49 | 20.82 | 4.64 | - |
| YUV | 116.2 | 81.05 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 33 | 0.18 | 0 | 0.76 | 0.47 | 74.12 | 0.61 | 0.33 |
| Hex | 6F | 87 | 21 | 12 | 0 | 4C | 2F | 4A | 3D | 21 |
| Octal | 157 | 207 | 41 | 22 | 0 | 114 | 57 | 112 | 75 | 41 |
| Binary | 1101111 | 10000111 | 100001 | 10010 | 0 | 1001100 | 101111 | 1001010 | 111101 | 100001 |
Color Harmonies of #6F8721
Complementary color
Monochromatic Colors of #6F8721
Black with #6F8721
Text Example
Text Example
White with #6F8721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8721; }
p { color: rgb(111,135,33); }
H1.HeaderClassName
{
color: #6F8721;
}
.AnyTagClassName
{
color: #6F8721;
}
</style>
background-color css
<style>
a { background-color: #6F8721; }
a { background-color: rgb(111,135,33); }
div.DivClassName
{
background-color: #6F8721;
}
.BgClassName
{
background-color: #6F8721;
}
</style>
border-color css
<style>
span { border-color: #6F8721; }
span { border-color: rgb(111,135,33); }
td.TdClassName
{
border-color: #6F8721;
}
.TagClassName
{
border-color: #6F8721;
}
</style>