Shades of Olive Drab #5F8F0F
Tints of Olive Drab #5F8F0F
RGB
CMYK
RGB Variations
Color information
#5F8F0F (or 0x5F8F0F) is known color: Olive Drab. HEX triplet: 5F, 8F and 0F. RGB value is (95,143,15). Sum of RGB (Red+Green+Blue) = 95+143+15=253 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.55% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #5F8F0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8F0F is #A070F0. Grayscale: #727272. Windows color (decimal): -10514673 or 1019743. OLE color: 1019743.
HSL color Cylindrical-coordinate representation of color #5F8F0F: hue angle of 82.5º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F8F0F is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 143 | 15 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.44 |
| HSL | 82.5º | 0.81% | 0.31% | - |
| HSV(B) | 82.5º | 0.9% | 0.56% | - |
| XYZ | 14.63 | 22.11 | 3.95 | - |
| YUV | 114.06 | 72.1 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 15 | 0.34 | 0 | 0.90 | 0.44 | 82.5 | 0.81 | 0.31 |
| Hex | 5F | 8F | F | 22 | 0 | 5A | 2C | 52 | 51 | 1F |
| Octal | 137 | 217 | 17 | 42 | 0 | 132 | 54 | 122 | 121 | 37 |
| Binary | 1011111 | 10001111 | 1111 | 100010 | 0 | 1011010 | 101100 | 1010010 | 1010001 | 11111 |
Color Harmonies of #5F8F0F
Complementary color
Monochromatic Colors of #5F8F0F
Black with #5F8F0F
Text Example
Text Example
White with #5F8F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F0F; }
p { color: rgb(95,143,15); }
H1.HeaderClassName
{
color: #5F8F0F;
}
.AnyTagClassName
{
color: #5F8F0F;
}
</style>
background-color css
<style>
a { background-color: #5F8F0F; }
a { background-color: rgb(95,143,15); }
div.DivClassName
{
background-color: #5F8F0F;
}
.BgClassName
{
background-color: #5F8F0F;
}
</style>
border-color css
<style>
span { border-color: #5F8F0F; }
span { border-color: rgb(95,143,15); }
td.TdClassName
{
border-color: #5F8F0F;
}
.TagClassName
{
border-color: #5F8F0F;
}
</style>