Shades of Olive Drab #5E920C
Tints of Olive Drab #5E920C
RGB
CMYK
RGB Variations
Color information
#5E920C (or 0x5E920C) is known color: Olive Drab. HEX triplet: 5E, 92 and 0C. RGB value is (94,146,12). Sum of RGB (Red+Green+Blue) = 94+146+12=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #5E920C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E920C is #A16DF3. Grayscale: #737373. Windows color (decimal): -10579444 or 823902. OLE color: 823902.
HSL color Cylindrical-coordinate representation of color #5E920C: hue angle of 83.28º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E920C is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 12 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.43 |
| HSL | 83.28º | 0.85% | 0.31% | - |
| HSV(B) | 83.28º | 0.92% | 0.57% | - |
| XYZ | 14.96 | 22.96 | 3.99 | - |
| YUV | 115.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 12 | 0.36 | 0 | 0.92 | 0.43 | 83.28 | 0.85 | 0.31 |
| Hex | 5E | 92 | C | 24 | 0 | 5C | 2B | 53 | 55 | 1F |
| Octal | 136 | 222 | 14 | 44 | 0 | 134 | 53 | 123 | 125 | 37 |
| Binary | 1011110 | 10010010 | 1100 | 100100 | 0 | 1011100 | 101011 | 1010011 | 1010101 | 11111 |
Color Harmonies of #5E920C
Complementary color
Monochromatic Colors of #5E920C
Black with #5E920C
Text Example
Text Example
White with #5E920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E920C; }
p { color: rgb(94,146,12); }
H1.HeaderClassName
{
color: #5E920C;
}
.AnyTagClassName
{
color: #5E920C;
}
</style>
background-color css
<style>
a { background-color: #5E920C; }
a { background-color: rgb(94,146,12); }
div.DivClassName
{
background-color: #5E920C;
}
.BgClassName
{
background-color: #5E920C;
}
</style>
border-color css
<style>
span { border-color: #5E920C; }
span { border-color: rgb(94,146,12); }
td.TdClassName
{
border-color: #5E920C;
}
.TagClassName
{
border-color: #5E920C;
}
</style>