Shades of Olive Drab #5F8819
Tints of Olive Drab #5F8819
RGB
CMYK
RGB Variations
Color information
#5F8819 (or 0x5F8819) is known color: Olive Drab. HEX triplet: 5F, 88 and 19. RGB value is (95,136,25). Sum of RGB (Red+Green+Blue) = 95+136+25=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #5F8819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F8819 is #A077E6. Grayscale: #6F6F6F. Windows color (decimal): -10516455 or 1673311. OLE color: 1673311.
HSL color Cylindrical-coordinate representation of color #5F8819: hue angle of 82.16º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F8819 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 136 | 25 | - |
| CMYK | 0.30 | 0 | 0.82 | 0.47 |
| HSL | 82.16º | 0.69% | 0.32% | - |
| HSV(B) | 82.16º | 0.82% | 0.53% | - |
| XYZ | 13.7 | 20.11 | 4.08 | - |
| YUV | 111.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 136 | 25 | 0.30 | 0 | 0.82 | 0.47 | 82.16 | 0.69 | 0.32 |
| Hex | 5F | 88 | 19 | 1E | 0 | 52 | 2F | 52 | 45 | 20 |
| Octal | 137 | 210 | 31 | 36 | 0 | 122 | 57 | 122 | 105 | 40 |
| Binary | 1011111 | 10001000 | 11001 | 11110 | 0 | 1010010 | 101111 | 1010010 | 1000101 | 100000 |
Color Harmonies of #5F8819
Complementary color
Monochromatic Colors of #5F8819
Black with #5F8819
Text Example
Text Example
White with #5F8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8819; }
p { color: rgb(95,136,25); }
H1.HeaderClassName
{
color: #5F8819;
}
.AnyTagClassName
{
color: #5F8819;
}
</style>
background-color css
<style>
a { background-color: #5F8819; }
a { background-color: rgb(95,136,25); }
div.DivClassName
{
background-color: #5F8819;
}
.BgClassName
{
background-color: #5F8819;
}
</style>
border-color css
<style>
span { border-color: #5F8819; }
span { border-color: rgb(95,136,25); }
td.TdClassName
{
border-color: #5F8819;
}
.TagClassName
{
border-color: #5F8819;
}
</style>