Shades of Dark Olive Green #5A7D2A
Tints of Dark Olive Green #5A7D2A
RGB
CMYK
RGB Variations
Color information
#5A7D2A (or 0x5A7D2A) is known color: Dark Olive Green. HEX triplet: 5A, 7D and 2A. RGB value is (90,125,42). Sum of RGB (Red+Green+Blue) = 90+125+42=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7D2A is #A582D5. Grayscale: #696969. Windows color (decimal): -10846934 or 2784602. OLE color: 2784602.
HSL color Cylindrical-coordinate representation of color #5A7D2A: hue angle of 85.3º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A7D2A is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 42 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.51 |
| HSL | 85.3º | 0.5% | 0.33% | - |
| HSV(B) | 85.3º | 0.66% | 0.49% | - |
| XYZ | 11.97 | 17.01 | 4.84 | - |
| YUV | 105.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 42 | 0.28 | 0 | 0.66 | 0.51 | 85.3 | 0.5 | 0.33 |
| Hex | 5A | 7D | 2A | 1C | 0 | 42 | 33 | 55 | 32 | 21 |
| Octal | 132 | 175 | 52 | 34 | 0 | 102 | 63 | 125 | 62 | 41 |
| Binary | 1011010 | 1111101 | 101010 | 11100 | 0 | 1000010 | 110011 | 1010101 | 110010 | 100001 |
Color Harmonies of #5A7D2A
Complementary color
Monochromatic Colors of #5A7D2A
Black with #5A7D2A
Text Example
Text Example
White with #5A7D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D2A; }
p { color: rgb(90,125,42); }
H1.HeaderClassName
{
color: #5A7D2A;
}
.AnyTagClassName
{
color: #5A7D2A;
}
</style>
background-color css
<style>
a { background-color: #5A7D2A; }
a { background-color: rgb(90,125,42); }
div.DivClassName
{
background-color: #5A7D2A;
}
.BgClassName
{
background-color: #5A7D2A;
}
</style>
border-color css
<style>
span { border-color: #5A7D2A; }
span { border-color: rgb(90,125,42); }
td.TdClassName
{
border-color: #5A7D2A;
}
.TagClassName
{
border-color: #5A7D2A;
}
</style>