Shades of Olive Drab #5F8022
Tints of Olive Drab #5F8022
RGB
CMYK
RGB Variations
Color information
#5F8022 (or 0x5F8022) is known color: Olive Drab. HEX triplet: 5F, 80 and 22. RGB value is (95,128,34). Sum of RGB (Red+Green+Blue) = 95+128+34=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #5F8022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F8022 is #A07FDD. Grayscale: #6B6B6B. Windows color (decimal): -10518494 or 2261087. OLE color: 2261087.
HSL color Cylindrical-coordinate representation of color #5F8022: hue angle of 81.06º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F8022 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 128 | 34 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.50 |
| HSL | 81.06º | 0.58% | 0.32% | - |
| HSV(B) | 81.06º | 0.73% | 0.5% | - |
| XYZ | 12.73 | 17.99 | 4.31 | - |
| YUV | 107.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 128 | 34 | 0.26 | 0 | 0.73 | 0.50 | 81.06 | 0.58 | 0.32 |
| Hex | 5F | 80 | 22 | 1A | 0 | 49 | 32 | 51 | 3A | 20 |
| Octal | 137 | 200 | 42 | 32 | 0 | 111 | 62 | 121 | 72 | 40 |
| Binary | 1011111 | 10000000 | 100010 | 11010 | 0 | 1001001 | 110010 | 1010001 | 111010 | 100000 |
Color Harmonies of #5F8022
Complementary color
Monochromatic Colors of #5F8022
Black with #5F8022
Text Example
Text Example
White with #5F8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8022; }
p { color: rgb(95,128,34); }
H1.HeaderClassName
{
color: #5F8022;
}
.AnyTagClassName
{
color: #5F8022;
}
</style>
background-color css
<style>
a { background-color: #5F8022; }
a { background-color: rgb(95,128,34); }
div.DivClassName
{
background-color: #5F8022;
}
.BgClassName
{
background-color: #5F8022;
}
</style>
border-color css
<style>
span { border-color: #5F8022; }
span { border-color: rgb(95,128,34); }
td.TdClassName
{
border-color: #5F8022;
}
.TagClassName
{
border-color: #5F8022;
}
</style>