Shades of Olive Drab #5E830D
Tints of Olive Drab #5E830D
RGB
CMYK
RGB Variations
Color information
#5E830D (or 0x5E830D) is known color: Olive Drab. HEX triplet: 5E, 83 and 0D. RGB value is (94,131,13). Sum of RGB (Red+Green+Blue) = 94+131+13=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #5E830D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E830D is #A17CF2. Grayscale: #6A6A6A. Windows color (decimal): -10583283 or 885598. OLE color: 885598.
HSL color Cylindrical-coordinate representation of color #5E830D: hue angle of 78.81º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E830D is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 94 | 131 | 13 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.49 |
| HSL | 78.81º | 0.82% | 0.28% | - |
| HSV(B) | 78.81º | 0.9% | 0.51% | - |
| XYZ | 12.81 | 18.64 | 3.3 | - |
| YUV | 106.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 131 | 13 | 0.28 | 0 | 0.90 | 0.49 | 78.81 | 0.82 | 0.28 |
| Hex | 5E | 83 | D | 1C | 0 | 5A | 31 | 4F | 52 | 1C |
| Octal | 136 | 203 | 15 | 34 | 0 | 132 | 61 | 117 | 122 | 34 |
| Binary | 1011110 | 10000011 | 1101 | 11100 | 0 | 1011010 | 110001 | 1001111 | 1010010 | 11100 |
Color Harmonies of #5E830D
Complementary color
Monochromatic Colors of #5E830D
Black with #5E830D
Text Example
Text Example
White with #5E830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E830D; }
p { color: rgb(94,131,13); }
H1.HeaderClassName
{
color: #5E830D;
}
.AnyTagClassName
{
color: #5E830D;
}
</style>
background-color css
<style>
a { background-color: #5E830D; }
a { background-color: rgb(94,131,13); }
div.DivClassName
{
background-color: #5E830D;
}
.BgClassName
{
background-color: #5E830D;
}
</style>
border-color css
<style>
span { border-color: #5E830D; }
span { border-color: rgb(94,131,13); }
td.TdClassName
{
border-color: #5E830D;
}
.TagClassName
{
border-color: #5E830D;
}
</style>