Shades of Olive Drab #5A8A02
Tints of Olive Drab #5A8A02
RGB
CMYK
RGB Variations
Color information
#5A8A02 (or 0x5A8A02) is known color: Olive Drab. HEX triplet: 5A, 8A and 02. RGB value is (90,138,2). Sum of RGB (Red+Green+Blue) = 90+138+2=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8A02 is #A575FD. Grayscale: #6C6C6C. Windows color (decimal): -10843646 or 166490. OLE color: 166490.
HSL color Cylindrical-coordinate representation of color #5A8A02: hue angle of 81.18º 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 #5A8A02 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 2 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.46 |
| HSL | 81.18º | 0.97% | 0.27% | - |
| HSV(B) | 81.18º | 0.99% | 0.54% | - |
| XYZ | 13.32 | 20.36 | 3.28 | - |
| YUV | 108.14 | 68.1 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 2 | 0.35 | 0 | 0.99 | 0.46 | 81.18 | 0.97 | 0.27 |
| Hex | 5A | 8A | 2 | 23 | 0 | 63 | 2E | 51 | 61 | 1B |
| Octal | 132 | 212 | 2 | 43 | 0 | 143 | 56 | 121 | 141 | 33 |
| Binary | 1011010 | 10001010 | 10 | 100011 | 0 | 1100011 | 101110 | 1010001 | 1100001 | 11011 |
Color Harmonies of #5A8A02
Complementary color
Monochromatic Colors of #5A8A02
Black with #5A8A02
Text Example
Text Example
White with #5A8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A02; }
p { color: rgb(90,138,2); }
H1.HeaderClassName
{
color: #5A8A02;
}
.AnyTagClassName
{
color: #5A8A02;
}
</style>
background-color css
<style>
a { background-color: #5A8A02; }
a { background-color: rgb(90,138,2); }
div.DivClassName
{
background-color: #5A8A02;
}
.BgClassName
{
background-color: #5A8A02;
}
</style>
border-color css
<style>
span { border-color: #5A8A02; }
span { border-color: rgb(90,138,2); }
td.TdClassName
{
border-color: #5A8A02;
}
.TagClassName
{
border-color: #5A8A02;
}
</style>