Shades of Olive Drab #5C8F05
Tints of Olive Drab #5C8F05
RGB
CMYK
RGB Variations
Color information
#5C8F05 (or 0x5C8F05) is known color: Olive Drab. HEX triplet: 5C, 8F and 05. RGB value is (92,143,5). Sum of RGB (Red+Green+Blue) = 92+143+5=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 143 (56.25% from 255 or 59.58% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 143 - color contains mainly: green. Hex color #5C8F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8F05 is #A370FA. Grayscale: #707070. Windows color (decimal): -10711291 or 364380. OLE color: 364380.
HSL color Cylindrical-coordinate representation of color #5C8F05: hue angle of 82.17º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C8F05 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 143 | 5 | - |
| CMYK | 0.36 | 0 | 0.97 | 0.44 |
| HSL | 82.17º | 0.93% | 0.29% | - |
| HSV(B) | 82.17º | 0.97% | 0.56% | - |
| XYZ | 14.26 | 21.93 | 3.62 | - |
| YUV | 112.02 | 67.6 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 5 | 0.36 | 0 | 0.97 | 0.44 | 82.17 | 0.93 | 0.29 |
| Hex | 5C | 8F | 5 | 24 | 0 | 61 | 2C | 52 | 5D | 1D |
| Octal | 134 | 217 | 5 | 44 | 0 | 141 | 54 | 122 | 135 | 35 |
| Binary | 1011100 | 10001111 | 101 | 100100 | 0 | 1100001 | 101100 | 1010010 | 1011101 | 11101 |
Color Harmonies of #5C8F05
Complementary color
Monochromatic Colors of #5C8F05
Black with #5C8F05
Text Example
Text Example
White with #5C8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8F05; }
p { color: rgb(92,143,5); }
H1.HeaderClassName
{
color: #5C8F05;
}
.AnyTagClassName
{
color: #5C8F05;
}
</style>
background-color css
<style>
a { background-color: #5C8F05; }
a { background-color: rgb(92,143,5); }
div.DivClassName
{
background-color: #5C8F05;
}
.BgClassName
{
background-color: #5C8F05;
}
</style>
border-color css
<style>
span { border-color: #5C8F05; }
span { border-color: rgb(92,143,5); }
td.TdClassName
{
border-color: #5C8F05;
}
.TagClassName
{
border-color: #5C8F05;
}
</style>