Shades of Olive Drab #5C840A
Tints of Olive Drab #5C840A
RGB
CMYK
RGB Variations
Color information
#5C840A (or 0x5C840A) is known color: Olive Drab. HEX triplet: 5C, 84 and 0A. RGB value is (92,132,10). Sum of RGB (Red+Green+Blue) = 92+132+10=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #5C840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C840A is #A37BF5. Grayscale: #6A6A6A. Windows color (decimal): -10714102 or 689244. OLE color: 689244.
HSL color Cylindrical-coordinate representation of color #5C840A: hue angle of 79.67º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C840A is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 10 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.48 |
| HSL | 79.67º | 0.86% | 0.28% | - |
| HSV(B) | 79.67º | 0.92% | 0.52% | - |
| XYZ | 12.72 | 18.8 | 3.25 | - |
| YUV | 106.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 10 | 0.30 | 0 | 0.92 | 0.48 | 79.67 | 0.86 | 0.28 |
| Hex | 5C | 84 | A | 1E | 0 | 5C | 30 | 50 | 56 | 1C |
| Octal | 134 | 204 | 12 | 36 | 0 | 134 | 60 | 120 | 126 | 34 |
| Binary | 1011100 | 10000100 | 1010 | 11110 | 0 | 1011100 | 110000 | 1010000 | 1010110 | 11100 |
Color Harmonies of #5C840A
Complementary color
Monochromatic Colors of #5C840A
Black with #5C840A
Text Example
Text Example
White with #5C840A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C840A; }
p { color: rgb(92,132,10); }
H1.HeaderClassName
{
color: #5C840A;
}
.AnyTagClassName
{
color: #5C840A;
}
</style>
background-color css
<style>
a { background-color: #5C840A; }
a { background-color: rgb(92,132,10); }
div.DivClassName
{
background-color: #5C840A;
}
.BgClassName
{
background-color: #5C840A;
}
</style>
border-color css
<style>
span { border-color: #5C840A; }
span { border-color: rgb(92,132,10); }
td.TdClassName
{
border-color: #5C840A;
}
.TagClassName
{
border-color: #5C840A;
}
</style>