Shades of Olive Drab #5E8A02
Tints of Olive Drab #5E8A02
RGB
CMYK
RGB Variations
Color information
#5E8A02 (or 0x5E8A02) is known color: Olive Drab. HEX triplet: 5E, 8A and 02. RGB value is (94,138,2). Sum of RGB (Red+Green+Blue) = 94+138+2=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8A02 is #A175FD. Grayscale: #6D6D6D. Windows color (decimal): -10581502 or 166494. OLE color: 166494.
HSL color Cylindrical-coordinate representation of color #5E8A02: hue angle of 79.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E8A02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.46 |
| HSL | 79.41º | 0.97% | 0.27% | - |
| HSV(B) | 79.41º | 0.99% | 0.54% | - |
| XYZ | 13.72 | 20.56 | 3.3 | - |
| YUV | 109.34 | 67.42 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 2 | 0.32 | 0 | 0.99 | 0.46 | 79.41 | 0.97 | 0.27 |
| Hex | 5E | 8A | 2 | 20 | 0 | 63 | 2E | 4F | 61 | 1B |
| Octal | 136 | 212 | 2 | 40 | 0 | 143 | 56 | 117 | 141 | 33 |
| Binary | 1011110 | 10001010 | 10 | 100000 | 0 | 1100011 | 101110 | 1001111 | 1100001 | 11011 |
Color Harmonies of #5E8A02
Complementary color
Monochromatic Colors of #5E8A02
Black with #5E8A02
Text Example
Text Example
White with #5E8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A02; }
p { color: rgb(94,138,2); }
H1.HeaderClassName
{
color: #5E8A02;
}
.AnyTagClassName
{
color: #5E8A02;
}
</style>
background-color css
<style>
a { background-color: #5E8A02; }
a { background-color: rgb(94,138,2); }
div.DivClassName
{
background-color: #5E8A02;
}
.BgClassName
{
background-color: #5E8A02;
}
</style>
border-color css
<style>
span { border-color: #5E8A02; }
span { border-color: rgb(94,138,2); }
td.TdClassName
{
border-color: #5E8A02;
}
.TagClassName
{
border-color: #5E8A02;
}
</style>