Shades of Olive Drab #5E8503
Tints of Olive Drab #5E8503
RGB
CMYK
RGB Variations
Color information
#5E8503 (or 0x5E8503) is known color: Olive Drab. HEX triplet: 5E, 85 and 03. RGB value is (94,133,3). Sum of RGB (Red+Green+Blue) = 94+133+3=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #5E8503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8503 is #A17AFC. Grayscale: #6B6B6B. Windows color (decimal): -10582781 or 230750. OLE color: 230750.
HSL color Cylindrical-coordinate representation of color #5E8503: hue angle of 78º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E8503 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 94 | 133 | 3 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.48 |
| HSL | 78º | 0.96% | 0.27% | - |
| HSV(B) | 78º | 0.98% | 0.52% | - |
| XYZ | 13.02 | 19.16 | 3.1 | - |
| YUV | 106.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 3 | 0.29 | 0 | 0.98 | 0.48 | 78 | 0.96 | 0.27 |
| Hex | 5E | 85 | 3 | 1D | 0 | 62 | 30 | 4E | 60 | 1B |
| Octal | 136 | 205 | 3 | 35 | 0 | 142 | 60 | 116 | 140 | 33 |
| Binary | 1011110 | 10000101 | 11 | 11101 | 0 | 1100010 | 110000 | 1001110 | 1100000 | 11011 |
Color Harmonies of #5E8503
Complementary color
Monochromatic Colors of #5E8503
Black with #5E8503
Text Example
Text Example
White with #5E8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8503; }
p { color: rgb(94,133,3); }
H1.HeaderClassName
{
color: #5E8503;
}
.AnyTagClassName
{
color: #5E8503;
}
</style>
background-color css
<style>
a { background-color: #5E8503; }
a { background-color: rgb(94,133,3); }
div.DivClassName
{
background-color: #5E8503;
}
.BgClassName
{
background-color: #5E8503;
}
</style>
border-color css
<style>
span { border-color: #5E8503; }
span { border-color: rgb(94,133,3); }
td.TdClassName
{
border-color: #5E8503;
}
.TagClassName
{
border-color: #5E8503;
}
</style>