Shades of Olive Drab #6F962F
Tints of Olive Drab #6F962F
RGB
CMYK
RGB Variations
Color information
#6F962F (or 0x6F962F) is known color: Olive Drab. HEX triplet: 6F, 96 and 2F. RGB value is (111,150,47). Sum of RGB (Red+Green+Blue) = 111+150+47=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #6F962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F962F is #9069D0. Grayscale: #7E7E7E. Windows color (decimal): -9464273 or 3118703. OLE color: 3118703.
HSL color Cylindrical-coordinate representation of color #6F962F: hue angle of 82.72º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F962F is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 47 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.41 |
| HSL | 82.72º | 0.52% | 0.39% | - |
| HSV(B) | 82.72º | 0.69% | 0.59% | - |
| XYZ | 17.97 | 25.4 | 6.64 | - |
| YUV | 126.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 47 | 0.26 | 0 | 0.69 | 0.41 | 82.72 | 0.52 | 0.39 |
| Hex | 6F | 96 | 2F | 1A | 0 | 45 | 29 | 53 | 34 | 27 |
| Octal | 157 | 226 | 57 | 32 | 0 | 105 | 51 | 123 | 64 | 47 |
| Binary | 1101111 | 10010110 | 101111 | 11010 | 0 | 1000101 | 101001 | 1010011 | 110100 | 100111 |
Color Harmonies of #6F962F
Complementary color
Monochromatic Colors of #6F962F
Black with #6F962F
Text Example
Text Example
White with #6F962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F962F; }
p { color: rgb(111,150,47); }
H1.HeaderClassName
{
color: #6F962F;
}
.AnyTagClassName
{
color: #6F962F;
}
</style>
background-color css
<style>
a { background-color: #6F962F; }
a { background-color: rgb(111,150,47); }
div.DivClassName
{
background-color: #6F962F;
}
.BgClassName
{
background-color: #6F962F;
}
</style>
border-color css
<style>
span { border-color: #6F962F; }
span { border-color: rgb(111,150,47); }
td.TdClassName
{
border-color: #6F962F;
}
.TagClassName
{
border-color: #6F962F;
}
</style>