Shades of Olive Drab #6F8916
Tints of Olive Drab #6F8916
RGB
CMYK
RGB Variations
Color information
#6F8916 (or 0x6F8916) is known color: Olive Drab. HEX triplet: 6F, 89 and 16. RGB value is (111,137,22). Sum of RGB (Red+Green+Blue) = 111+137+22=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8916 is #9076E9. Grayscale: #747474. Windows color (decimal): -9467626 or 1476975. OLE color: 1476975.
HSL color Cylindrical-coordinate representation of color #6F8916: hue angle of 73.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F8916 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 22 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.46 |
| HSL | 73.57º | 0.72% | 0.31% | - |
| HSV(B) | 73.57º | 0.84% | 0.54% | - |
| XYZ | 15.65 | 21.33 | 4.05 | - |
| YUV | 116.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 22 | 0.19 | 0 | 0.84 | 0.46 | 73.57 | 0.72 | 0.31 |
| Hex | 6F | 89 | 16 | 13 | 0 | 54 | 2E | 4A | 48 | 1F |
| Octal | 157 | 211 | 26 | 23 | 0 | 124 | 56 | 112 | 110 | 37 |
| Binary | 1101111 | 10001001 | 10110 | 10011 | 0 | 1010100 | 101110 | 1001010 | 1001000 | 11111 |
Color Harmonies of #6F8916
Complementary color
Monochromatic Colors of #6F8916
Black with #6F8916
Text Example
Text Example
White with #6F8916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8916; }
p { color: rgb(111,137,22); }
H1.HeaderClassName
{
color: #6F8916;
}
.AnyTagClassName
{
color: #6F8916;
}
</style>
background-color css
<style>
a { background-color: #6F8916; }
a { background-color: rgb(111,137,22); }
div.DivClassName
{
background-color: #6F8916;
}
.BgClassName
{
background-color: #6F8916;
}
</style>
border-color css
<style>
span { border-color: #6F8916; }
span { border-color: rgb(111,137,22); }
td.TdClassName
{
border-color: #6F8916;
}
.TagClassName
{
border-color: #6F8916;
}
</style>