Shades of Olive Drab #5F8801
Tints of Olive Drab #5F8801
RGB
CMYK
RGB Variations
Color information
#5F8801 (or 0x5F8801) is known color: Olive Drab. HEX triplet: 5F, 88 and 01. RGB value is (95,136,1). Sum of RGB (Red+Green+Blue) = 95+136+1=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8801 is #A077FE. Grayscale: #6C6C6C. Windows color (decimal): -10516479 or 100447. OLE color: 100447.
HSL color Cylindrical-coordinate representation of color #5F8801: hue angle of 78.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F8801 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.47 |
| HSL | 78.22º | 0.99% | 0.27% | - |
| HSV(B) | 78.22º | 0.99% | 0.53% | - |
| XYZ | 13.53 | 20.04 | 3.18 | - |
| YUV | 108.35 | 67.42 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 1 | 0.30 | 0 | 0.99 | 0.47 | 78.22 | 0.99 | 0.27 |
| Hex | 5F | 88 | 1 | 1E | 0 | 63 | 2F | 4E | 63 | 1B |
| Octal | 137 | 210 | 1 | 36 | 0 | 143 | 57 | 116 | 143 | 33 |
| Binary | 1011111 | 10001000 | 1 | 11110 | 0 | 1100011 | 101111 | 1001110 | 1100011 | 11011 |
Color Harmonies of #5F8801
Complementary color
Monochromatic Colors of #5F8801
Black with #5F8801
Text Example
Text Example
White with #5F8801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8801; }
p { color: rgb(95,136,1); }
H1.HeaderClassName
{
color: #5F8801;
}
.AnyTagClassName
{
color: #5F8801;
}
</style>
background-color css
<style>
a { background-color: #5F8801; }
a { background-color: rgb(95,136,1); }
div.DivClassName
{
background-color: #5F8801;
}
.BgClassName
{
background-color: #5F8801;
}
</style>
border-color css
<style>
span { border-color: #5F8801; }
span { border-color: rgb(95,136,1); }
td.TdClassName
{
border-color: #5F8801;
}
.TagClassName
{
border-color: #5F8801;
}
</style>