Shades of Olive Drab #5F8915
Tints of Olive Drab #5F8915
RGB
CMYK
RGB Variations
Color information
#5F8915 (or 0x5F8915) is known color: Olive Drab. HEX triplet: 5F, 89 and 15. RGB value is (95,137,21). Sum of RGB (Red+Green+Blue) = 95+137+21=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 137 (53.91% from 255 or 54.15% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 137 - color contains mainly: green. Hex color #5F8915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8915 is #A076EA. Grayscale: #6F6F6F. Windows color (decimal): -10516203 or 1411423. OLE color: 1411423.
HSL color Cylindrical-coordinate representation of color #5F8915: hue angle of 81.72º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F8915 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 137 | 21 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.46 |
| HSL | 81.72º | 0.73% | 0.31% | - |
| HSV(B) | 81.72º | 0.85% | 0.54% | - |
| XYZ | 13.8 | 20.38 | 3.92 | - |
| YUV | 111.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 21 | 0.31 | 0 | 0.85 | 0.46 | 81.72 | 0.73 | 0.31 |
| Hex | 5F | 89 | 15 | 1F | 0 | 55 | 2E | 52 | 49 | 1F |
| Octal | 137 | 211 | 25 | 37 | 0 | 125 | 56 | 122 | 111 | 37 |
| Binary | 1011111 | 10001001 | 10101 | 11111 | 0 | 1010101 | 101110 | 1010010 | 1001001 | 11111 |
Color Harmonies of #5F8915
Complementary color
Monochromatic Colors of #5F8915
Black with #5F8915
Text Example
Text Example
White with #5F8915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8915; }
p { color: rgb(95,137,21); }
H1.HeaderClassName
{
color: #5F8915;
}
.AnyTagClassName
{
color: #5F8915;
}
</style>
background-color css
<style>
a { background-color: #5F8915; }
a { background-color: rgb(95,137,21); }
div.DivClassName
{
background-color: #5F8915;
}
.BgClassName
{
background-color: #5F8915;
}
</style>
border-color css
<style>
span { border-color: #5F8915; }
span { border-color: rgb(95,137,21); }
td.TdClassName
{
border-color: #5F8915;
}
.TagClassName
{
border-color: #5F8915;
}
</style>