Shades of Dark Olive Green #5A7830
Tints of Dark Olive Green #5A7830
RGB
CMYK
RGB Variations
Color information
#5A7830 (or 0x5A7830) is known color: Dark Olive Green. HEX triplet: 5A, 78 and 30. RGB value is (90,120,48). Sum of RGB (Red+Green+Blue) = 90+120+48=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7830 is #A587CF. Grayscale: #676767. Windows color (decimal): -10848208 or 3176538. OLE color: 3176538.
HSL color Cylindrical-coordinate representation of color #5A7830: hue angle of 85º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7830 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 120 | 48 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.53 |
| HSL | 85º | 0.43% | 0.33% | - |
| HSV(B) | 85º | 0.6% | 0.47% | - |
| XYZ | 11.47 | 15.82 | 5.25 | - |
| YUV | 102.82 | 97.06 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 120 | 48 | 0.25 | 0 | 0.60 | 0.53 | 85 | 0.43 | 0.33 |
| Hex | 5A | 78 | 30 | 19 | 0 | 3C | 35 | 55 | 2B | 21 |
| Octal | 132 | 170 | 60 | 31 | 0 | 74 | 65 | 125 | 53 | 41 |
| Binary | 1011010 | 1111000 | 110000 | 11001 | 0 | 111100 | 110101 | 1010101 | 101011 | 100001 |
Color Harmonies of #5A7830
Complementary color
Monochromatic Colors of #5A7830
Black with #5A7830
Text Example
Text Example
White with #5A7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7830; }
p { color: rgb(90,120,48); }
H1.HeaderClassName
{
color: #5A7830;
}
.AnyTagClassName
{
color: #5A7830;
}
</style>
background-color css
<style>
a { background-color: #5A7830; }
a { background-color: rgb(90,120,48); }
div.DivClassName
{
background-color: #5A7830;
}
.BgClassName
{
background-color: #5A7830;
}
</style>
border-color css
<style>
span { border-color: #5A7830; }
span { border-color: rgb(90,120,48); }
td.TdClassName
{
border-color: #5A7830;
}
.TagClassName
{
border-color: #5A7830;
}
</style>