Shades of Olive Drab #5A8100
Tints of Olive Drab #5A8100
RGB
CMYK
RGB Variations
Color information
#5A8100 (or 0x5A8100) is known color: Olive Drab. HEX triplet: 5A, 81 and 00. RGB value is (90,129,0). Sum of RGB (Red+Green+Blue) = 90+129+0=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #5A8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8100 is #A57EFF. Grayscale: #676767. Windows color (decimal): -10845952 or 33114. OLE color: 33114.
HSL color Cylindrical-coordinate representation of color #5A8100: hue angle of 78.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A8100 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 129 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.49 |
| HSL | 78.14º | 1% | 0.25% | - |
| HSV(B) | 78.14º | 1% | 0.51% | - |
| XYZ | 12.07 | 17.87 | 2.81 | - |
| YUV | 102.63 | 70.08 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 0 | 0.30 | 0 | 1 | 0.49 | 78.14 | 1 | 0.25 |
| Hex | 5A | 81 | 0 | 1E | 0 | 64 | 31 | 4E | 64 | 19 |
| Octal | 132 | 201 | 0 | 36 | 0 | 144 | 61 | 116 | 144 | 31 |
| Binary | 1011010 | 10000001 | 0 | 11110 | 0 | 1100100 | 110001 | 1001110 | 1100100 | 11001 |
Color Harmonies of #5A8100
Complementary color
Monochromatic Colors of #5A8100
Black with #5A8100
Text Example
Text Example
White with #5A8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8100; }
p { color: rgb(90,129,0); }
H1.HeaderClassName
{
color: #5A8100;
}
.AnyTagClassName
{
color: #5A8100;
}
</style>
background-color css
<style>
a { background-color: #5A8100; }
a { background-color: rgb(90,129,0); }
div.DivClassName
{
background-color: #5A8100;
}
.BgClassName
{
background-color: #5A8100;
}
</style>
border-color css
<style>
span { border-color: #5A8100; }
span { border-color: rgb(90,129,0); }
td.TdClassName
{
border-color: #5A8100;
}
.TagClassName
{
border-color: #5A8100;
}
</style>