Shades of Dark Olive Green #5A7535
Tints of Dark Olive Green #5A7535
RGB
CMYK
RGB Variations
Color information
#5A7535 (or 0x5A7535) is known color: Dark Olive Green. HEX triplet: 5A, 75 and 35. RGB value is (90,117,53). Sum of RGB (Red+Green+Blue) = 90+117+53=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7535 is #A58ACA. Grayscale: #656565. Windows color (decimal): -10848971 or 3503450. OLE color: 3503450.
HSL color Cylindrical-coordinate representation of color #5A7535: hue angle of 85.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A7535 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 117 | 53 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.54 |
| HSL | 85.31º | 0.38% | 0.33% | - |
| HSV(B) | 85.31º | 0.55% | 0.46% | - |
| XYZ | 11.22 | 15.15 | 5.7 | - |
| YUV | 101.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 53 | 0.23 | 0 | 0.55 | 0.54 | 85.31 | 0.38 | 0.33 |
| Hex | 5A | 75 | 35 | 17 | 0 | 37 | 36 | 55 | 26 | 21 |
| Octal | 132 | 165 | 65 | 27 | 0 | 67 | 66 | 125 | 46 | 41 |
| Binary | 1011010 | 1110101 | 110101 | 10111 | 0 | 110111 | 110110 | 1010101 | 100110 | 100001 |
Color Harmonies of #5A7535
Complementary color
Monochromatic Colors of #5A7535
Black with #5A7535
Text Example
Text Example
White with #5A7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7535; }
p { color: rgb(90,117,53); }
H1.HeaderClassName
{
color: #5A7535;
}
.AnyTagClassName
{
color: #5A7535;
}
</style>
background-color css
<style>
a { background-color: #5A7535; }
a { background-color: rgb(90,117,53); }
div.DivClassName
{
background-color: #5A7535;
}
.BgClassName
{
background-color: #5A7535;
}
</style>
border-color css
<style>
span { border-color: #5A7535; }
span { border-color: rgb(90,117,53); }
td.TdClassName
{
border-color: #5A7535;
}
.TagClassName
{
border-color: #5A7535;
}
</style>