Shades of Olive Drab #5A8A03
Tints of Olive Drab #5A8A03
RGB
CMYK
RGB Variations
Color information
#5A8A03 (or 0x5A8A03) is known color: Olive Drab. HEX triplet: 5A, 8A and 03. RGB value is (90,138,3). Sum of RGB (Red+Green+Blue) = 90+138+3=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8A03 is #A575FC. Grayscale: #6C6C6C. Windows color (decimal): -10843645 or 232026. OLE color: 232026.
HSL color Cylindrical-coordinate representation of color #5A8A03: hue angle of 81.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A8A03 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 3 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.46 |
| HSL | 81.33º | 0.96% | 0.28% | - |
| HSV(B) | 81.33º | 0.98% | 0.54% | - |
| XYZ | 13.32 | 20.36 | 3.31 | - |
| YUV | 108.26 | 68.6 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 3 | 0.35 | 0 | 0.98 | 0.46 | 81.33 | 0.96 | 0.28 |
| Hex | 5A | 8A | 3 | 23 | 0 | 62 | 2E | 51 | 60 | 1C |
| Octal | 132 | 212 | 3 | 43 | 0 | 142 | 56 | 121 | 140 | 34 |
| Binary | 1011010 | 10001010 | 11 | 100011 | 0 | 1100010 | 101110 | 1010001 | 1100000 | 11100 |
Color Harmonies of #5A8A03
Complementary color
Monochromatic Colors of #5A8A03
Black with #5A8A03
Text Example
Text Example
White with #5A8A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A03; }
p { color: rgb(90,138,3); }
H1.HeaderClassName
{
color: #5A8A03;
}
.AnyTagClassName
{
color: #5A8A03;
}
</style>
background-color css
<style>
a { background-color: #5A8A03; }
a { background-color: rgb(90,138,3); }
div.DivClassName
{
background-color: #5A8A03;
}
.BgClassName
{
background-color: #5A8A03;
}
</style>
border-color css
<style>
span { border-color: #5A8A03; }
span { border-color: rgb(90,138,3); }
td.TdClassName
{
border-color: #5A8A03;
}
.TagClassName
{
border-color: #5A8A03;
}
</style>