Shades of Dark Olive Green #5A7630
Tints of Dark Olive Green #5A7630
RGB
CMYK
RGB Variations
Color information
#5A7630 (or 0x5A7630) is known color: Dark Olive Green. HEX triplet: 5A, 76 and 30. RGB value is (90,118,48). Sum of RGB (Red+Green+Blue) = 90+118+48=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7630 is #A589CF. Grayscale: #656565. Windows color (decimal): -10848720 or 3176026. OLE color: 3176026.
HSL color Cylindrical-coordinate representation of color #5A7630: hue angle of 84º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A7630 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 118 | 48 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.54 |
| HSL | 84º | 0.42% | 0.33% | - |
| HSV(B) | 84º | 0.59% | 0.46% | - |
| XYZ | 11.23 | 15.34 | 5.17 | - |
| YUV | 101.65 | 97.72 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 48 | 0.24 | 0 | 0.59 | 0.54 | 84 | 0.42 | 0.33 |
| Hex | 5A | 76 | 30 | 18 | 0 | 3B | 36 | 54 | 2A | 21 |
| Octal | 132 | 166 | 60 | 30 | 0 | 73 | 66 | 124 | 52 | 41 |
| Binary | 1011010 | 1110110 | 110000 | 11000 | 0 | 111011 | 110110 | 1010100 | 101010 | 100001 |
Color Harmonies of #5A7630
Complementary color
Monochromatic Colors of #5A7630
Black with #5A7630
Text Example
Text Example
White with #5A7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7630; }
p { color: rgb(90,118,48); }
H1.HeaderClassName
{
color: #5A7630;
}
.AnyTagClassName
{
color: #5A7630;
}
</style>
background-color css
<style>
a { background-color: #5A7630; }
a { background-color: rgb(90,118,48); }
div.DivClassName
{
background-color: #5A7630;
}
.BgClassName
{
background-color: #5A7630;
}
</style>
border-color css
<style>
span { border-color: #5A7630; }
span { border-color: rgb(90,118,48); }
td.TdClassName
{
border-color: #5A7630;
}
.TagClassName
{
border-color: #5A7630;
}
</style>