Shades of Dark Olive Green #5A752E
Tints of Dark Olive Green #5A752E
RGB
CMYK
RGB Variations
Color information
#5A752E (or 0x5A752E) is known color: Dark Olive Green. HEX triplet: 5A, 75 and 2E. RGB value is (90,117,46). Sum of RGB (Red+Green+Blue) = 90+117+46=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 117 - color contains mainly: green. Hex color #5A752E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A752E is #A58AD1. Grayscale: #656565. Windows color (decimal): -10848978 or 3044698. OLE color: 3044698.
HSL color Cylindrical-coordinate representation of color #5A752E: hue angle of 82.82º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A752E is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 46 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.54 |
| HSL | 82.82º | 0.44% | 0.32% | - |
| HSV(B) | 82.82º | 0.61% | 0.46% | - |
| XYZ | 11.07 | 15.09 | 4.91 | - |
| YUV | 100.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 46 | 0.23 | 0 | 0.61 | 0.54 | 82.82 | 0.44 | 0.32 |
| Hex | 5A | 75 | 2E | 17 | 0 | 3D | 36 | 53 | 2C | 20 |
| Octal | 132 | 165 | 56 | 27 | 0 | 75 | 66 | 123 | 54 | 40 |
| Binary | 1011010 | 1110101 | 101110 | 10111 | 0 | 111101 | 110110 | 1010011 | 101100 | 100000 |
Color Harmonies of #5A752E
Complementary color
Monochromatic Colors of #5A752E
Black with #5A752E
Text Example
Text Example
White with #5A752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A752E; }
p { color: rgb(90,117,46); }
H1.HeaderClassName
{
color: #5A752E;
}
.AnyTagClassName
{
color: #5A752E;
}
</style>
background-color css
<style>
a { background-color: #5A752E; }
a { background-color: rgb(90,117,46); }
div.DivClassName
{
background-color: #5A752E;
}
.BgClassName
{
background-color: #5A752E;
}
</style>
border-color css
<style>
span { border-color: #5A752E; }
span { border-color: rgb(90,117,46); }
td.TdClassName
{
border-color: #5A752E;
}
.TagClassName
{
border-color: #5A752E;
}
</style>