Shades of Olive Drab #5F8210
Tints of Olive Drab #5F8210
RGB
CMYK
RGB Variations
Color information
#5F8210 (or 0x5F8210) is known color: Olive Drab. HEX triplet: 5F, 82 and 10. RGB value is (95,130,16). Sum of RGB (Red+Green+Blue) = 95+130+16=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #5F8210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8210 is #A07DEF. Grayscale: #6A6A6A. Windows color (decimal): -10518000 or 1081951. OLE color: 1081951.
HSL color Cylindrical-coordinate representation of color #5F8210: hue angle of 78.42º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F8210 is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 130 | 16 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.49 |
| HSL | 78.42º | 0.78% | 0.29% | - |
| HSV(B) | 78.42º | 0.88% | 0.51% | - |
| XYZ | 12.8 | 18.44 | 3.37 | - |
| YUV | 106.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 130 | 16 | 0.27 | 0 | 0.88 | 0.49 | 78.42 | 0.78 | 0.29 |
| Hex | 5F | 82 | 10 | 1B | 0 | 58 | 31 | 4E | 4E | 1D |
| Octal | 137 | 202 | 20 | 33 | 0 | 130 | 61 | 116 | 116 | 35 |
| Binary | 1011111 | 10000010 | 10000 | 11011 | 0 | 1011000 | 110001 | 1001110 | 1001110 | 11101 |
Color Harmonies of #5F8210
Complementary color
Monochromatic Colors of #5F8210
Black with #5F8210
Text Example
Text Example
White with #5F8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8210; }
p { color: rgb(95,130,16); }
H1.HeaderClassName
{
color: #5F8210;
}
.AnyTagClassName
{
color: #5F8210;
}
</style>
background-color css
<style>
a { background-color: #5F8210; }
a { background-color: rgb(95,130,16); }
div.DivClassName
{
background-color: #5F8210;
}
.BgClassName
{
background-color: #5F8210;
}
</style>
border-color css
<style>
span { border-color: #5F8210; }
span { border-color: rgb(95,130,16); }
td.TdClassName
{
border-color: #5F8210;
}
.TagClassName
{
border-color: #5F8210;
}
</style>