Shades of Olive Drab #5F8515
Tints of Olive Drab #5F8515
RGB
CMYK
RGB Variations
Color information
#5F8515 (or 0x5F8515) is known color: Olive Drab. HEX triplet: 5F, 85 and 15. RGB value is (95,133,21). Sum of RGB (Red+Green+Blue) = 95+133+21=249 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.15% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8515 is #A07AEA. Grayscale: #6D6D6D. Windows color (decimal): -10517227 or 1410399. OLE color: 1410399.
HSL color Cylindrical-coordinate representation of color #5F8515: hue angle of 80.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F8515 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 21 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.48 |
| HSL | 80.36º | 0.73% | 0.3% | - |
| HSV(B) | 80.36º | 0.84% | 0.52% | - |
| XYZ | 13.24 | 19.26 | 3.73 | - |
| YUV | 108.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 21 | 0.29 | 0 | 0.84 | 0.48 | 80.36 | 0.73 | 0.3 |
| Hex | 5F | 85 | 15 | 1D | 0 | 54 | 30 | 50 | 49 | 1E |
| Octal | 137 | 205 | 25 | 35 | 0 | 124 | 60 | 120 | 111 | 36 |
| Binary | 1011111 | 10000101 | 10101 | 11101 | 0 | 1010100 | 110000 | 1010000 | 1001001 | 11110 |
Color Harmonies of #5F8515
Complementary color
Monochromatic Colors of #5F8515
Black with #5F8515
Text Example
Text Example
White with #5F8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8515; }
p { color: rgb(95,133,21); }
H1.HeaderClassName
{
color: #5F8515;
}
.AnyTagClassName
{
color: #5F8515;
}
</style>
background-color css
<style>
a { background-color: #5F8515; }
a { background-color: rgb(95,133,21); }
div.DivClassName
{
background-color: #5F8515;
}
.BgClassName
{
background-color: #5F8515;
}
</style>
border-color css
<style>
span { border-color: #5F8515; }
span { border-color: rgb(95,133,21); }
td.TdClassName
{
border-color: #5F8515;
}
.TagClassName
{
border-color: #5F8515;
}
</style>