Shades of Olive Drab #5C8F01
Tints of Olive Drab #5C8F01
RGB
CMYK
RGB Variations
Color information
#5C8F01 (or 0x5C8F01) is known color: Olive Drab. HEX triplet: 5C, 8F and 01. RGB value is (92,143,1). Sum of RGB (Red+Green+Blue) = 92+143+1=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 143 (56.25% from 255 or 60.59% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 143 - color contains mainly: green. Hex color #5C8F01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8F01 is #A370FE. Grayscale: #707070. Windows color (decimal): -10711295 or 102236. OLE color: 102236.
HSL color Cylindrical-coordinate representation of color #5C8F01: hue angle of 81.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C8F01 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 143 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.44 |
| HSL | 81.55º | 0.99% | 0.28% | - |
| HSV(B) | 81.55º | 0.99% | 0.56% | - |
| XYZ | 14.24 | 21.92 | 3.51 | - |
| YUV | 111.56 | 65.6 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 1 | 0.36 | 0 | 0.99 | 0.44 | 81.55 | 0.99 | 0.28 |
| Hex | 5C | 8F | 1 | 24 | 0 | 63 | 2C | 52 | 63 | 1C |
| Octal | 134 | 217 | 1 | 44 | 0 | 143 | 54 | 122 | 143 | 34 |
| Binary | 1011100 | 10001111 | 1 | 100100 | 0 | 1100011 | 101100 | 1010010 | 1100011 | 11100 |
Color Harmonies of #5C8F01
Complementary color
Monochromatic Colors of #5C8F01
Black with #5C8F01
Text Example
Text Example
White with #5C8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8F01; }
p { color: rgb(92,143,1); }
H1.HeaderClassName
{
color: #5C8F01;
}
.AnyTagClassName
{
color: #5C8F01;
}
</style>
background-color css
<style>
a { background-color: #5C8F01; }
a { background-color: rgb(92,143,1); }
div.DivClassName
{
background-color: #5C8F01;
}
.BgClassName
{
background-color: #5C8F01;
}
</style>
border-color css
<style>
span { border-color: #5C8F01; }
span { border-color: rgb(92,143,1); }
td.TdClassName
{
border-color: #5C8F01;
}
.TagClassName
{
border-color: #5C8F01;
}
</style>