Shades of Olive Drab #5F8B16
Tints of Olive Drab #5F8B16
RGB
CMYK
RGB Variations
Color information
#5F8B16 (or 0x5F8B16) is known color: Olive Drab. HEX triplet: 5F, 8B and 16. RGB value is (95,139,22). Sum of RGB (Red+Green+Blue) = 95+139+22=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #5F8B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8B16 is #A074E9. Grayscale: #707070. Windows color (decimal): -10515690 or 1477471. OLE color: 1477471.
HSL color Cylindrical-coordinate representation of color #5F8B16: hue angle of 82.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F8B16 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 139 | 22 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.45 |
| HSL | 82.56º | 0.73% | 0.32% | - |
| HSV(B) | 82.56º | 0.84% | 0.55% | - |
| XYZ | 14.1 | 20.96 | 4.06 | - |
| YUV | 112.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 22 | 0.32 | 0 | 0.84 | 0.45 | 82.56 | 0.73 | 0.32 |
| Hex | 5F | 8B | 16 | 20 | 0 | 54 | 2D | 53 | 49 | 20 |
| Octal | 137 | 213 | 26 | 40 | 0 | 124 | 55 | 123 | 111 | 40 |
| Binary | 1011111 | 10001011 | 10110 | 100000 | 0 | 1010100 | 101101 | 1010011 | 1001001 | 100000 |
Color Harmonies of #5F8B16
Complementary color
Monochromatic Colors of #5F8B16
Black with #5F8B16
Text Example
Text Example
White with #5F8B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B16; }
p { color: rgb(95,139,22); }
H1.HeaderClassName
{
color: #5F8B16;
}
.AnyTagClassName
{
color: #5F8B16;
}
</style>
background-color css
<style>
a { background-color: #5F8B16; }
a { background-color: rgb(95,139,22); }
div.DivClassName
{
background-color: #5F8B16;
}
.BgClassName
{
background-color: #5F8B16;
}
</style>
border-color css
<style>
span { border-color: #5F8B16; }
span { border-color: rgb(95,139,22); }
td.TdClassName
{
border-color: #5F8B16;
}
.TagClassName
{
border-color: #5F8B16;
}
</style>