Shades of Olive Drab #5F920F
Tints of Olive Drab #5F920F
RGB
CMYK
RGB Variations
Color information
#5F920F (or 0x5F920F) is known color: Olive Drab. HEX triplet: 5F, 92 and 0F. RGB value is (95,146,15). Sum of RGB (Red+Green+Blue) = 95+146+15=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #5F920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F920F is #A06DF0. Grayscale: #747474. Windows color (decimal): -10513905 or 1020511. OLE color: 1020511.
HSL color Cylindrical-coordinate representation of color #5F920F: hue angle of 83.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F920F is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 15 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.43 |
| HSL | 83.36º | 0.81% | 0.32% | - |
| HSV(B) | 83.36º | 0.9% | 0.57% | - |
| XYZ | 15.08 | 23.03 | 4.1 | - |
| YUV | 115.82 | 71.1 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 15 | 0.35 | 0 | 0.90 | 0.43 | 83.36 | 0.81 | 0.32 |
| Hex | 5F | 92 | F | 23 | 0 | 5A | 2B | 53 | 51 | 20 |
| Octal | 137 | 222 | 17 | 43 | 0 | 132 | 53 | 123 | 121 | 40 |
| Binary | 1011111 | 10010010 | 1111 | 100011 | 0 | 1011010 | 101011 | 1010011 | 1010001 | 100000 |
Color Harmonies of #5F920F
Complementary color
Monochromatic Colors of #5F920F
Black with #5F920F
Text Example
Text Example
White with #5F920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F920F; }
p { color: rgb(95,146,15); }
H1.HeaderClassName
{
color: #5F920F;
}
.AnyTagClassName
{
color: #5F920F;
}
</style>
background-color css
<style>
a { background-color: #5F920F; }
a { background-color: rgb(95,146,15); }
div.DivClassName
{
background-color: #5F920F;
}
.BgClassName
{
background-color: #5F920F;
}
</style>
border-color css
<style>
span { border-color: #5F920F; }
span { border-color: rgb(95,146,15); }
td.TdClassName
{
border-color: #5F920F;
}
.TagClassName
{
border-color: #5F920F;
}
</style>