Shades of Olive Drab #5F8A16
Tints of Olive Drab #5F8A16
RGB
CMYK
RGB Variations
Color information
#5F8A16 (or 0x5F8A16) is known color: Olive Drab. HEX triplet: 5F, 8A and 16. RGB value is (95,138,22). Sum of RGB (Red+Green+Blue) = 95+138+22=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8A16 is #A075E9. Grayscale: #707070. Windows color (decimal): -10515946 or 1477215. OLE color: 1477215.
HSL color Cylindrical-coordinate representation of color #5F8A16: hue angle of 82.24º degrees, saturation: 0.73, 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 #5F8A16 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 138 | 22 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.46 |
| HSL | 82.24º | 0.73% | 0.31% | - |
| HSV(B) | 82.24º | 0.84% | 0.54% | - |
| XYZ | 13.95 | 20.67 | 4.01 | - |
| YUV | 111.92 | 77.25 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 22 | 0.31 | 0 | 0.84 | 0.46 | 82.24 | 0.73 | 0.31 |
| Hex | 5F | 8A | 16 | 1F | 0 | 54 | 2E | 52 | 48 | 1F |
| Octal | 137 | 212 | 26 | 37 | 0 | 124 | 56 | 122 | 110 | 37 |
| Binary | 1011111 | 10001010 | 10110 | 11111 | 0 | 1010100 | 101110 | 1010010 | 1001000 | 11111 |
Color Harmonies of #5F8A16
Complementary color
Monochromatic Colors of #5F8A16
Black with #5F8A16
Text Example
Text Example
White with #5F8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8A16; }
p { color: rgb(95,138,22); }
H1.HeaderClassName
{
color: #5F8A16;
}
.AnyTagClassName
{
color: #5F8A16;
}
</style>
background-color css
<style>
a { background-color: #5F8A16; }
a { background-color: rgb(95,138,22); }
div.DivClassName
{
background-color: #5F8A16;
}
.BgClassName
{
background-color: #5F8A16;
}
</style>
border-color css
<style>
span { border-color: #5F8A16; }
span { border-color: rgb(95,138,22); }
td.TdClassName
{
border-color: #5F8A16;
}
.TagClassName
{
border-color: #5F8A16;
}
</style>