Shades of Dark Olive Green #5A712C
Tints of Dark Olive Green #5A712C
RGB
CMYK
RGB Variations
Color information
#5A712C (or 0x5A712C) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 2C. RGB value is (90,113,44). Sum of RGB (Red+Green+Blue) = 90+113+44=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 113 (44.53% from 255 or 45.75% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 113 - color contains mainly: green. Hex color #5A712C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A712C is #A58ED3. Grayscale: #626262. Windows color (decimal): -10850004 or 2912602. OLE color: 2912602.
HSL color Cylindrical-coordinate representation of color #5A712C: hue angle of 80º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A712C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 44 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.56 |
| HSL | 80º | 0.44% | 0.31% | - |
| HSV(B) | 80º | 0.61% | 0.44% | - |
| XYZ | 10.58 | 14.17 | 4.56 | - |
| YUV | 98.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 44 | 0.20 | 0 | 0.61 | 0.56 | 80 | 0.44 | 0.31 |
| Hex | 5A | 71 | 2C | 14 | 0 | 3D | 38 | 50 | 2C | 1F |
| Octal | 132 | 161 | 54 | 24 | 0 | 75 | 70 | 120 | 54 | 37 |
| Binary | 1011010 | 1110001 | 101100 | 10100 | 0 | 111101 | 111000 | 1010000 | 101100 | 11111 |
Color Harmonies of #5A712C
Complementary color
Monochromatic Colors of #5A712C
Black with #5A712C
Text Example
Text Example
White with #5A712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A712C; }
p { color: rgb(90,113,44); }
H1.HeaderClassName
{
color: #5A712C;
}
.AnyTagClassName
{
color: #5A712C;
}
</style>
background-color css
<style>
a { background-color: #5A712C; }
a { background-color: rgb(90,113,44); }
div.DivClassName
{
background-color: #5A712C;
}
.BgClassName
{
background-color: #5A712C;
}
</style>
border-color css
<style>
span { border-color: #5A712C; }
span { border-color: rgb(90,113,44); }
td.TdClassName
{
border-color: #5A712C;
}
.TagClassName
{
border-color: #5A712C;
}
</style>