Shades of Olive Drab #5C8B04
Tints of Olive Drab #5C8B04
RGB
CMYK
RGB Variations
Color information
#5C8B04 (or 0x5C8B04) is known color: Olive Drab. HEX triplet: 5C, 8B and 04. RGB value is (92,139,4). Sum of RGB (Red+Green+Blue) = 92+139+4=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8B04 is #A374FB. Grayscale: #6E6E6E. Windows color (decimal): -10712316 or 297820. OLE color: 297820.
HSL color Cylindrical-coordinate representation of color #5C8B04: hue angle of 80.89º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C8B04 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 4 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.45 |
| HSL | 80.89º | 0.94% | 0.28% | - |
| HSV(B) | 80.89º | 0.97% | 0.55% | - |
| XYZ | 13.67 | 20.75 | 3.4 | - |
| YUV | 109.56 | 68.43 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 4 | 0.34 | 0 | 0.97 | 0.45 | 80.89 | 0.94 | 0.28 |
| Hex | 5C | 8B | 4 | 22 | 0 | 61 | 2D | 51 | 5E | 1C |
| Octal | 134 | 213 | 4 | 42 | 0 | 141 | 55 | 121 | 136 | 34 |
| Binary | 1011100 | 10001011 | 100 | 100010 | 0 | 1100001 | 101101 | 1010001 | 1011110 | 11100 |
Color Harmonies of #5C8B04
Complementary color
Monochromatic Colors of #5C8B04
Black with #5C8B04
Text Example
Text Example
White with #5C8B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B04; }
p { color: rgb(92,139,4); }
H1.HeaderClassName
{
color: #5C8B04;
}
.AnyTagClassName
{
color: #5C8B04;
}
</style>
background-color css
<style>
a { background-color: #5C8B04; }
a { background-color: rgb(92,139,4); }
div.DivClassName
{
background-color: #5C8B04;
}
.BgClassName
{
background-color: #5C8B04;
}
</style>
border-color css
<style>
span { border-color: #5C8B04; }
span { border-color: rgb(92,139,4); }
td.TdClassName
{
border-color: #5C8B04;
}
.TagClassName
{
border-color: #5C8B04;
}
</style>