Shades of Olive Drab #5F9301
Tints of Olive Drab #5F9301
RGB
CMYK
RGB Variations
Color information
#5F9301 (or 0x5F9301) is known color: Olive Drab. HEX triplet: 5F, 93 and 01. RGB value is (95,147,1). Sum of RGB (Red+Green+Blue) = 95+147+1=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9301 is #A06CFE. Grayscale: #737373. Windows color (decimal): -10513663 or 103263. OLE color: 103263.
HSL color Cylindrical-coordinate representation of color #5F9301: hue angle of 81.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9301 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 147 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.42 |
| HSL | 81.37º | 0.99% | 0.29% | - |
| HSV(B) | 81.37º | 0.99% | 0.58% | - |
| XYZ | 15.16 | 23.3 | 3.73 | - |
| YUV | 114.81 | 63.77 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 147 | 1 | 0.35 | 0 | 0.99 | 0.42 | 81.37 | 0.99 | 0.29 |
| Hex | 5F | 93 | 1 | 23 | 0 | 63 | 2A | 51 | 63 | 1D |
| Octal | 137 | 223 | 1 | 43 | 0 | 143 | 52 | 121 | 143 | 35 |
| Binary | 1011111 | 10010011 | 1 | 100011 | 0 | 1100011 | 101010 | 1010001 | 1100011 | 11101 |
Color Harmonies of #5F9301
Complementary color
Monochromatic Colors of #5F9301
Black with #5F9301
Text Example
Text Example
White with #5F9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9301; }
p { color: rgb(95,147,1); }
H1.HeaderClassName
{
color: #5F9301;
}
.AnyTagClassName
{
color: #5F9301;
}
</style>
background-color css
<style>
a { background-color: #5F9301; }
a { background-color: rgb(95,147,1); }
div.DivClassName
{
background-color: #5F9301;
}
.BgClassName
{
background-color: #5F9301;
}
</style>
border-color css
<style>
span { border-color: #5F9301; }
span { border-color: rgb(95,147,1); }
td.TdClassName
{
border-color: #5F9301;
}
.TagClassName
{
border-color: #5F9301;
}
</style>