Shades of Olive Drab #5F8510
Tints of Olive Drab #5F8510
RGB
CMYK
RGB Variations
Color information
#5F8510 (or 0x5F8510) is known color: Olive Drab. HEX triplet: 5F, 85 and 10. RGB value is (95,133,16). Sum of RGB (Red+Green+Blue) = 95+133+16=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #5F8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8510 is #A07AEF. Grayscale: #6C6C6C. Windows color (decimal): -10517232 or 1082719. OLE color: 1082719.
HSL color Cylindrical-coordinate representation of color #5F8510: hue angle of 79.49º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F8510 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 133 | 16 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.48 |
| HSL | 79.49º | 0.79% | 0.29% | - |
| HSV(B) | 79.49º | 0.88% | 0.52% | - |
| XYZ | 13.2 | 19.25 | 3.51 | - |
| YUV | 108.3 | 75.91 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 16 | 0.29 | 0 | 0.88 | 0.48 | 79.49 | 0.79 | 0.29 |
| Hex | 5F | 85 | 10 | 1D | 0 | 58 | 30 | 4F | 4F | 1D |
| Octal | 137 | 205 | 20 | 35 | 0 | 130 | 60 | 117 | 117 | 35 |
| Binary | 1011111 | 10000101 | 10000 | 11101 | 0 | 1011000 | 110000 | 1001111 | 1001111 | 11101 |
Color Harmonies of #5F8510
Complementary color
Monochromatic Colors of #5F8510
Black with #5F8510
Text Example
Text Example
White with #5F8510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8510; }
p { color: rgb(95,133,16); }
H1.HeaderClassName
{
color: #5F8510;
}
.AnyTagClassName
{
color: #5F8510;
}
</style>
background-color css
<style>
a { background-color: #5F8510; }
a { background-color: rgb(95,133,16); }
div.DivClassName
{
background-color: #5F8510;
}
.BgClassName
{
background-color: #5F8510;
}
</style>
border-color css
<style>
span { border-color: #5F8510; }
span { border-color: rgb(95,133,16); }
td.TdClassName
{
border-color: #5F8510;
}
.TagClassName
{
border-color: #5F8510;
}
</style>