Shades of Olive Drab #5E840C
Tints of Olive Drab #5E840C
RGB
CMYK
RGB Variations
Color information
#5E840C (or 0x5E840C) is known color: Olive Drab. HEX triplet: 5E, 84 and 0C. RGB value is (94,132,12). Sum of RGB (Red+Green+Blue) = 94+132+12=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #5E840C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E840C is #A17BF3. Grayscale: #6B6B6B. Windows color (decimal): -10583028 or 820318. OLE color: 820318.
HSL color Cylindrical-coordinate representation of color #5E840C: hue angle of 79º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E840C is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 132 | 12 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.48 |
| HSL | 79º | 0.83% | 0.28% | - |
| HSV(B) | 79º | 0.91% | 0.52% | - |
| XYZ | 12.93 | 18.91 | 3.32 | - |
| YUV | 106.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 12 | 0.29 | 0 | 0.91 | 0.48 | 79 | 0.83 | 0.28 |
| Hex | 5E | 84 | C | 1D | 0 | 5B | 30 | 4F | 53 | 1C |
| Octal | 136 | 204 | 14 | 35 | 0 | 133 | 60 | 117 | 123 | 34 |
| Binary | 1011110 | 10000100 | 1100 | 11101 | 0 | 1011011 | 110000 | 1001111 | 1010011 | 11100 |
Color Harmonies of #5E840C
Complementary color
Monochromatic Colors of #5E840C
Black with #5E840C
Text Example
Text Example
White with #5E840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E840C; }
p { color: rgb(94,132,12); }
H1.HeaderClassName
{
color: #5E840C;
}
.AnyTagClassName
{
color: #5E840C;
}
</style>
background-color css
<style>
a { background-color: #5E840C; }
a { background-color: rgb(94,132,12); }
div.DivClassName
{
background-color: #5E840C;
}
.BgClassName
{
background-color: #5E840C;
}
</style>
border-color css
<style>
span { border-color: #5E840C; }
span { border-color: rgb(94,132,12); }
td.TdClassName
{
border-color: #5E840C;
}
.TagClassName
{
border-color: #5E840C;
}
</style>