Shades of Olive Drab #5E930B
Tints of Olive Drab #5E930B
RGB
CMYK
RGB Variations
Color information
#5E930B (or 0x5E930B) is known color: Olive Drab. HEX triplet: 5E, 93 and 0B. RGB value is (94,147,11). Sum of RGB (Red+Green+Blue) = 94+147+11=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #5E930B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E930B is #A16CF4. Grayscale: #747474. Windows color (decimal): -10579189 or 758622. OLE color: 758622.
HSL color Cylindrical-coordinate representation of color #5E930B: hue angle of 83.38º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E930B is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 11 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.42 |
| HSL | 83.38º | 0.86% | 0.31% | - |
| HSV(B) | 83.38º | 0.93% | 0.58% | - |
| XYZ | 15.11 | 23.27 | 4.01 | - |
| YUV | 115.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 11 | 0.36 | 0 | 0.93 | 0.42 | 83.38 | 0.86 | 0.31 |
| Hex | 5E | 93 | B | 24 | 0 | 5D | 2A | 53 | 56 | 1F |
| Octal | 136 | 223 | 13 | 44 | 0 | 135 | 52 | 123 | 126 | 37 |
| Binary | 1011110 | 10010011 | 1011 | 100100 | 0 | 1011101 | 101010 | 1010011 | 1010110 | 11111 |
Color Harmonies of #5E930B
Complementary color
Monochromatic Colors of #5E930B
Black with #5E930B
Text Example
Text Example
White with #5E930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E930B; }
p { color: rgb(94,147,11); }
H1.HeaderClassName
{
color: #5E930B;
}
.AnyTagClassName
{
color: #5E930B;
}
</style>
background-color css
<style>
a { background-color: #5E930B; }
a { background-color: rgb(94,147,11); }
div.DivClassName
{
background-color: #5E930B;
}
.BgClassName
{
background-color: #5E930B;
}
</style>
border-color css
<style>
span { border-color: #5E930B; }
span { border-color: rgb(94,147,11); }
td.TdClassName
{
border-color: #5E930B;
}
.TagClassName
{
border-color: #5E930B;
}
</style>