Shades of Olive Drab #5A7F0F
Tints of Olive Drab #5A7F0F
RGB
CMYK
RGB Variations
Color information
#5A7F0F (or 0x5A7F0F) is known color: Olive Drab. HEX triplet: 5A, 7F and 0F. RGB value is (90,127,15). Sum of RGB (Red+Green+Blue) = 90+127+15=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #5A7F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7F0F is #A580F0. Grayscale: #676767. Windows color (decimal): -10846449 or 1015642. OLE color: 1015642.
HSL color Cylindrical-coordinate representation of color #5A7F0F: hue angle of 79.82º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A7F0F is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 127 | 15 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.50 |
| HSL | 79.82º | 0.79% | 0.28% | - |
| HSV(B) | 79.82º | 0.88% | 0.5% | - |
| XYZ | 11.89 | 17.39 | 3.18 | - |
| YUV | 103.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 127 | 15 | 0.29 | 0 | 0.88 | 0.50 | 79.82 | 0.79 | 0.28 |
| Hex | 5A | 7F | F | 1D | 0 | 58 | 32 | 50 | 4F | 1C |
| Octal | 132 | 177 | 17 | 35 | 0 | 130 | 62 | 120 | 117 | 34 |
| Binary | 1011010 | 1111111 | 1111 | 11101 | 0 | 1011000 | 110010 | 1010000 | 1001111 | 11100 |
Color Harmonies of #5A7F0F
Complementary color
Monochromatic Colors of #5A7F0F
Black with #5A7F0F
Text Example
Text Example
White with #5A7F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7F0F; }
p { color: rgb(90,127,15); }
H1.HeaderClassName
{
color: #5A7F0F;
}
.AnyTagClassName
{
color: #5A7F0F;
}
</style>
background-color css
<style>
a { background-color: #5A7F0F; }
a { background-color: rgb(90,127,15); }
div.DivClassName
{
background-color: #5A7F0F;
}
.BgClassName
{
background-color: #5A7F0F;
}
</style>
border-color css
<style>
span { border-color: #5A7F0F; }
span { border-color: rgb(90,127,15); }
td.TdClassName
{
border-color: #5A7F0F;
}
.TagClassName
{
border-color: #5A7F0F;
}
</style>