Shades of Olive Drab #5A8401
Tints of Olive Drab #5A8401
RGB
CMYK
RGB Variations
Color information
#5A8401 (or 0x5A8401) is known color: Olive Drab. HEX triplet: 5A, 84 and 01. RGB value is (90,132,1). Sum of RGB (Red+Green+Blue) = 90+132+1=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #5A8401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8401 is #A57BFE. Grayscale: #686868. Windows color (decimal): -10845183 or 99418. OLE color: 99418.
HSL color Cylindrical-coordinate representation of color #5A8401: hue angle of 79.24º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A8401 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 90 | 132 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.48 |
| HSL | 79.24º | 0.98% | 0.26% | - |
| HSV(B) | 79.24º | 0.99% | 0.52% | - |
| XYZ | 12.47 | 18.68 | 2.98 | - |
| YUV | 104.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 1 | 0.32 | 0 | 0.99 | 0.48 | 79.24 | 0.98 | 0.26 |
| Hex | 5A | 84 | 1 | 20 | 0 | 63 | 30 | 4F | 62 | 1A |
| Octal | 132 | 204 | 1 | 40 | 0 | 143 | 60 | 117 | 142 | 32 |
| Binary | 1011010 | 10000100 | 1 | 100000 | 0 | 1100011 | 110000 | 1001111 | 1100010 | 11010 |
Color Harmonies of #5A8401
Complementary color
Monochromatic Colors of #5A8401
Black with #5A8401
Text Example
Text Example
White with #5A8401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8401; }
p { color: rgb(90,132,1); }
H1.HeaderClassName
{
color: #5A8401;
}
.AnyTagClassName
{
color: #5A8401;
}
</style>
background-color css
<style>
a { background-color: #5A8401; }
a { background-color: rgb(90,132,1); }
div.DivClassName
{
background-color: #5A8401;
}
.BgClassName
{
background-color: #5A8401;
}
</style>
border-color css
<style>
span { border-color: #5A8401; }
span { border-color: rgb(90,132,1); }
td.TdClassName
{
border-color: #5A8401;
}
.TagClassName
{
border-color: #5A8401;
}
</style>