Shades of Dark Olive Green #5A712A
Tints of Dark Olive Green #5A712A
RGB
CMYK
RGB Variations
Color information
#5A712A (or 0x5A712A) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 2A. RGB value is (90,113,42). Sum of RGB (Red+Green+Blue) = 90+113+42=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #5A712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A712A is #A58ED5. Grayscale: #626262. Windows color (decimal): -10850006 or 2781530. OLE color: 2781530.
HSL color Cylindrical-coordinate representation of color #5A712A: hue angle of 79.44º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A712A is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 42 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.56 |
| HSL | 79.44º | 0.46% | 0.3% | - |
| HSV(B) | 79.44º | 0.63% | 0.44% | - |
| XYZ | 10.54 | 14.15 | 4.37 | - |
| YUV | 98.03 | 96.38 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 42 | 0.20 | 0 | 0.63 | 0.56 | 79.44 | 0.46 | 0.3 |
| Hex | 5A | 71 | 2A | 14 | 0 | 3F | 38 | 4F | 2E | 1E |
| Octal | 132 | 161 | 52 | 24 | 0 | 77 | 70 | 117 | 56 | 36 |
| Binary | 1011010 | 1110001 | 101010 | 10100 | 0 | 111111 | 111000 | 1001111 | 101110 | 11110 |
Color Harmonies of #5A712A
Complementary color
Monochromatic Colors of #5A712A
Black with #5A712A
Text Example
Text Example
White with #5A712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A712A; }
p { color: rgb(90,113,42); }
H1.HeaderClassName
{
color: #5A712A;
}
.AnyTagClassName
{
color: #5A712A;
}
</style>
background-color css
<style>
a { background-color: #5A712A; }
a { background-color: rgb(90,113,42); }
div.DivClassName
{
background-color: #5A712A;
}
.BgClassName
{
background-color: #5A712A;
}
</style>
border-color css
<style>
span { border-color: #5A712A; }
span { border-color: rgb(90,113,42); }
td.TdClassName
{
border-color: #5A712A;
}
.TagClassName
{
border-color: #5A712A;
}
</style>