Shades of Dark Olive Green #5A742F
Tints of Dark Olive Green #5A742F
RGB
CMYK
RGB Variations
Color information
#5A742F (or 0x5A742F) is known color: Dark Olive Green. HEX triplet: 5A, 74 and 2F. RGB value is (90,116,47). Sum of RGB (Red+Green+Blue) = 90+116+47=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 116 - color contains mainly: green. Hex color #5A742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A742F is #A58BD0. Grayscale: #646464. Windows color (decimal): -10849233 or 3109978. OLE color: 3109978.
HSL color Cylindrical-coordinate representation of color #5A742F: hue angle of 82.61º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A742F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 116 | 47 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.55 |
| HSL | 82.61º | 0.42% | 0.32% | - |
| HSV(B) | 82.61º | 0.59% | 0.45% | - |
| XYZ | 10.97 | 14.87 | 4.98 | - |
| YUV | 100.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 116 | 47 | 0.22 | 0 | 0.59 | 0.55 | 82.61 | 0.42 | 0.32 |
| Hex | 5A | 74 | 2F | 16 | 0 | 3B | 37 | 53 | 2A | 20 |
| Octal | 132 | 164 | 57 | 26 | 0 | 73 | 67 | 123 | 52 | 40 |
| Binary | 1011010 | 1110100 | 101111 | 10110 | 0 | 111011 | 110111 | 1010011 | 101010 | 100000 |
Color Harmonies of #5A742F
Complementary color
Monochromatic Colors of #5A742F
Black with #5A742F
Text Example
Text Example
White with #5A742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A742F; }
p { color: rgb(90,116,47); }
H1.HeaderClassName
{
color: #5A742F;
}
.AnyTagClassName
{
color: #5A742F;
}
</style>
background-color css
<style>
a { background-color: #5A742F; }
a { background-color: rgb(90,116,47); }
div.DivClassName
{
background-color: #5A742F;
}
.BgClassName
{
background-color: #5A742F;
}
</style>
border-color css
<style>
span { border-color: #5A742F; }
span { border-color: rgb(90,116,47); }
td.TdClassName
{
border-color: #5A742F;
}
.TagClassName
{
border-color: #5A742F;
}
</style>