Shades of Olive Drab #6F9716
Tints of Olive Drab #6F9716
RGB
CMYK
RGB Variations
Color information
#6F9716 (or 0x6F9716) is known color: Olive Drab. HEX triplet: 6F, 97 and 16. RGB value is (111,151,22). Sum of RGB (Red+Green+Blue) = 111+151+22=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #6F9716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9716 is #9068E9. Grayscale: #7C7C7C. Windows color (decimal): -9464042 or 1480559. OLE color: 1480559.
HSL color Cylindrical-coordinate representation of color #6F9716: hue angle of 78.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F9716 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 151 | 22 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.41 |
| HSL | 78.6º | 0.75% | 0.34% | - |
| HSV(B) | 78.6º | 0.85% | 0.59% | - |
| XYZ | 17.77 | 25.57 | 4.76 | - |
| YUV | 124.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 22 | 0.26 | 0 | 0.85 | 0.41 | 78.6 | 0.75 | 0.34 |
| Hex | 6F | 97 | 16 | 1A | 0 | 55 | 29 | 4F | 4B | 22 |
| Octal | 157 | 227 | 26 | 32 | 0 | 125 | 51 | 117 | 113 | 42 |
| Binary | 1101111 | 10010111 | 10110 | 11010 | 0 | 1010101 | 101001 | 1001111 | 1001011 | 100010 |
Color Harmonies of #6F9716
Complementary color
Monochromatic Colors of #6F9716
Black with #6F9716
Text Example
Text Example
White with #6F9716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9716; }
p { color: rgb(111,151,22); }
H1.HeaderClassName
{
color: #6F9716;
}
.AnyTagClassName
{
color: #6F9716;
}
</style>
background-color css
<style>
a { background-color: #6F9716; }
a { background-color: rgb(111,151,22); }
div.DivClassName
{
background-color: #6F9716;
}
.BgClassName
{
background-color: #6F9716;
}
</style>
border-color css
<style>
span { border-color: #6F9716; }
span { border-color: rgb(111,151,22); }
td.TdClassName
{
border-color: #6F9716;
}
.TagClassName
{
border-color: #6F9716;
}
</style>