Shades of Olive Drab #5F8115
Tints of Olive Drab #5F8115
RGB
CMYK
RGB Variations
Color information
#5F8115 (or 0x5F8115) is known color: Olive Drab. HEX triplet: 5F, 81 and 15. RGB value is (95,129,21). Sum of RGB (Red+Green+Blue) = 95+129+21=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #5F8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8115 is #A07EEA. Grayscale: #6A6A6A. Windows color (decimal): -10518251 or 1409375. OLE color: 1409375.
HSL color Cylindrical-coordinate representation of color #5F8115: hue angle of 78.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F8115 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 129 | 21 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.49 |
| HSL | 78.89º | 0.72% | 0.29% | - |
| HSV(B) | 78.89º | 0.84% | 0.51% | - |
| XYZ | 12.7 | 18.19 | 3.55 | - |
| YUV | 106.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 129 | 21 | 0.26 | 0 | 0.84 | 0.49 | 78.89 | 0.72 | 0.29 |
| Hex | 5F | 81 | 15 | 1A | 0 | 54 | 31 | 4F | 48 | 1D |
| Octal | 137 | 201 | 25 | 32 | 0 | 124 | 61 | 117 | 110 | 35 |
| Binary | 1011111 | 10000001 | 10101 | 11010 | 0 | 1010100 | 110001 | 1001111 | 1001000 | 11101 |
Color Harmonies of #5F8115
Complementary color
Monochromatic Colors of #5F8115
Black with #5F8115
Text Example
Text Example
White with #5F8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8115; }
p { color: rgb(95,129,21); }
H1.HeaderClassName
{
color: #5F8115;
}
.AnyTagClassName
{
color: #5F8115;
}
</style>
background-color css
<style>
a { background-color: #5F8115; }
a { background-color: rgb(95,129,21); }
div.DivClassName
{
background-color: #5F8115;
}
.BgClassName
{
background-color: #5F8115;
}
</style>
border-color css
<style>
span { border-color: #5F8115; }
span { border-color: rgb(95,129,21); }
td.TdClassName
{
border-color: #5F8115;
}
.TagClassName
{
border-color: #5F8115;
}
</style>