Shades of Olive Drab #5A7F11
Tints of Olive Drab #5A7F11
RGB
CMYK
RGB Variations
Color information
#5A7F11 (or 0x5A7F11) is known color: Olive Drab. HEX triplet: 5A, 7F and 11. RGB value is (90,127,17). Sum of RGB (Red+Green+Blue) = 90+127+17=234 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.46% from 234); Green value is 127 (50% from 255 or 54.27% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7F11 is #A580EE. Grayscale: #676767. Windows color (decimal): -10846447 or 1146714. OLE color: 1146714.
HSL color Cylindrical-coordinate representation of color #5A7F11: hue angle of 80.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A7F11 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 127 | 17 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.50 |
| HSL | 80.18º | 0.76% | 0.28% | - |
| HSV(B) | 80.18º | 0.87% | 0.5% | - |
| XYZ | 11.91 | 17.39 | 3.26 | - |
| YUV | 103.4 | 79.24 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 17 | 0.29 | 0 | 0.87 | 0.50 | 80.18 | 0.76 | 0.28 |
| Hex | 5A | 7F | 11 | 1D | 0 | 57 | 32 | 50 | 4C | 1C |
| Octal | 132 | 177 | 21 | 35 | 0 | 127 | 62 | 120 | 114 | 34 |
| Binary | 1011010 | 1111111 | 10001 | 11101 | 0 | 1010111 | 110010 | 1010000 | 1001100 | 11100 |
Color Harmonies of #5A7F11
Complementary color
Monochromatic Colors of #5A7F11
Black with #5A7F11
Text Example
Text Example
White with #5A7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7F11; }
p { color: rgb(90,127,17); }
H1.HeaderClassName
{
color: #5A7F11;
}
.AnyTagClassName
{
color: #5A7F11;
}
</style>
background-color css
<style>
a { background-color: #5A7F11; }
a { background-color: rgb(90,127,17); }
div.DivClassName
{
background-color: #5A7F11;
}
.BgClassName
{
background-color: #5A7F11;
}
</style>
border-color css
<style>
span { border-color: #5A7F11; }
span { border-color: rgb(90,127,17); }
td.TdClassName
{
border-color: #5A7F11;
}
.TagClassName
{
border-color: #5A7F11;
}
</style>