Shades of Olive Drab #5F9102
Tints of Olive Drab #5F9102
RGB
CMYK
RGB Variations
Color information
#5F9102 (or 0x5F9102) is known color: Olive Drab. HEX triplet: 5F, 91 and 02. RGB value is (95,145,2). Sum of RGB (Red+Green+Blue) = 95+145+2=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9102 is #A06EFD. Grayscale: #727272. Windows color (decimal): -10514174 or 168287. OLE color: 168287.
HSL color Cylindrical-coordinate representation of color #5F9102: hue angle of 80.98º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F9102 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 145 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.43 |
| HSL | 80.98º | 0.97% | 0.29% | - |
| HSV(B) | 80.98º | 0.99% | 0.57% | - |
| XYZ | 14.86 | 22.69 | 3.65 | - |
| YUV | 113.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 145 | 2 | 0.34 | 0 | 0.99 | 0.43 | 80.98 | 0.97 | 0.29 |
| Hex | 5F | 91 | 2 | 22 | 0 | 63 | 2B | 51 | 61 | 1D |
| Octal | 137 | 221 | 2 | 42 | 0 | 143 | 53 | 121 | 141 | 35 |
| Binary | 1011111 | 10010001 | 10 | 100010 | 0 | 1100011 | 101011 | 1010001 | 1100001 | 11101 |
Color Harmonies of #5F9102
Complementary color
Monochromatic Colors of #5F9102
Black with #5F9102
Text Example
Text Example
White with #5F9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9102; }
p { color: rgb(95,145,2); }
H1.HeaderClassName
{
color: #5F9102;
}
.AnyTagClassName
{
color: #5F9102;
}
</style>
background-color css
<style>
a { background-color: #5F9102; }
a { background-color: rgb(95,145,2); }
div.DivClassName
{
background-color: #5F9102;
}
.BgClassName
{
background-color: #5F9102;
}
</style>
border-color css
<style>
span { border-color: #5F9102; }
span { border-color: rgb(95,145,2); }
td.TdClassName
{
border-color: #5F9102;
}
.TagClassName
{
border-color: #5F9102;
}
</style>