Shades of Olive Drab #5E8603
Tints of Olive Drab #5E8603
RGB
CMYK
RGB Variations
Color information
#5E8603 (or 0x5E8603) is known color: Olive Drab. HEX triplet: 5E, 86 and 03. RGB value is (94,134,3). Sum of RGB (Red+Green+Blue) = 94+134+3=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #5E8603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8603 is #A179FC. Grayscale: #6B6B6B. Windows color (decimal): -10582525 or 231006. OLE color: 231006.
HSL color Cylindrical-coordinate representation of color #5E8603: hue angle of 78.32º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E8603 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 134 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.47 |
| HSL | 78.32º | 0.96% | 0.27% | - |
| HSV(B) | 78.32º | 0.98% | 0.53% | - |
| XYZ | 13.16 | 19.44 | 3.14 | - |
| YUV | 107.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 3 | 0.30 | 0 | 0.98 | 0.47 | 78.32 | 0.96 | 0.27 |
| Hex | 5E | 86 | 3 | 1E | 0 | 62 | 2F | 4E | 60 | 1B |
| Octal | 136 | 206 | 3 | 36 | 0 | 142 | 57 | 116 | 140 | 33 |
| Binary | 1011110 | 10000110 | 11 | 11110 | 0 | 1100010 | 101111 | 1001110 | 1100000 | 11011 |
Color Harmonies of #5E8603
Complementary color
Monochromatic Colors of #5E8603
Black with #5E8603
Text Example
Text Example
White with #5E8603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8603; }
p { color: rgb(94,134,3); }
H1.HeaderClassName
{
color: #5E8603;
}
.AnyTagClassName
{
color: #5E8603;
}
</style>
background-color css
<style>
a { background-color: #5E8603; }
a { background-color: rgb(94,134,3); }
div.DivClassName
{
background-color: #5E8603;
}
.BgClassName
{
background-color: #5E8603;
}
</style>
border-color css
<style>
span { border-color: #5E8603; }
span { border-color: rgb(94,134,3); }
td.TdClassName
{
border-color: #5E8603;
}
.TagClassName
{
border-color: #5E8603;
}
</style>