Shades of Olive Drab #5A8A05
Tints of Olive Drab #5A8A05
RGB
CMYK
RGB Variations
Color information
#5A8A05 (or 0x5A8A05) is known color: Olive Drab. HEX triplet: 5A, 8A and 05. RGB value is (90,138,5). Sum of RGB (Red+Green+Blue) = 90+138+5=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #5A8A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8A05 is #A575FA. Grayscale: #6C6C6C. Windows color (decimal): -10843643 or 363098. OLE color: 363098.
HSL color Cylindrical-coordinate representation of color #5A8A05: hue angle of 81.65º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8A05 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 138 | 5 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.46 |
| HSL | 81.65º | 0.93% | 0.28% | - |
| HSV(B) | 81.65º | 0.96% | 0.54% | - |
| XYZ | 13.33 | 20.36 | 3.37 | - |
| YUV | 108.49 | 69.6 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 5 | 0.35 | 0 | 0.96 | 0.46 | 81.65 | 0.93 | 0.28 |
| Hex | 5A | 8A | 5 | 23 | 0 | 60 | 2E | 52 | 5D | 1C |
| Octal | 132 | 212 | 5 | 43 | 0 | 140 | 56 | 122 | 135 | 34 |
| Binary | 1011010 | 10001010 | 101 | 100011 | 0 | 1100000 | 101110 | 1010010 | 1011101 | 11100 |
Color Harmonies of #5A8A05
Complementary color
Monochromatic Colors of #5A8A05
Black with #5A8A05
Text Example
Text Example
White with #5A8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A05; }
p { color: rgb(90,138,5); }
H1.HeaderClassName
{
color: #5A8A05;
}
.AnyTagClassName
{
color: #5A8A05;
}
</style>
background-color css
<style>
a { background-color: #5A8A05; }
a { background-color: rgb(90,138,5); }
div.DivClassName
{
background-color: #5A8A05;
}
.BgClassName
{
background-color: #5A8A05;
}
</style>
border-color css
<style>
span { border-color: #5A8A05; }
span { border-color: rgb(90,138,5); }
td.TdClassName
{
border-color: #5A8A05;
}
.TagClassName
{
border-color: #5A8A05;
}
</style>