Shades of Dark Olive Green #5A7128
Tints of Dark Olive Green #5A7128
RGB
CMYK
RGB Variations
Color information
#5A7128 (or 0x5A7128) is known color: Dark Olive Green. HEX triplet: 5A, 71 and 28. RGB value is (90,113,40). Sum of RGB (Red+Green+Blue) = 90+113+40=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7128 is #A58ED7. Grayscale: #626262. Windows color (decimal): -10850008 or 2650458. OLE color: 2650458.
HSL color Cylindrical-coordinate representation of color #5A7128: hue angle of 78.9º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A7128 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 40 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.56 |
| HSL | 78.9º | 0.48% | 0.3% | - |
| HSV(B) | 78.9º | 0.65% | 0.44% | - |
| XYZ | 10.5 | 14.14 | 4.18 | - |
| YUV | 97.8 | 95.38 | 122.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 40 | 0.20 | 0 | 0.65 | 0.56 | 78.9 | 0.48 | 0.3 |
| Hex | 5A | 71 | 28 | 14 | 0 | 41 | 38 | 4F | 30 | 1E |
| Octal | 132 | 161 | 50 | 24 | 0 | 101 | 70 | 117 | 60 | 36 |
| Binary | 1011010 | 1110001 | 101000 | 10100 | 0 | 1000001 | 111000 | 1001111 | 110000 | 11110 |
Color Harmonies of #5A7128
Complementary color
Monochromatic Colors of #5A7128
Black with #5A7128
Text Example
Text Example
White with #5A7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7128; }
p { color: rgb(90,113,40); }
H1.HeaderClassName
{
color: #5A7128;
}
.AnyTagClassName
{
color: #5A7128;
}
</style>
background-color css
<style>
a { background-color: #5A7128; }
a { background-color: rgb(90,113,40); }
div.DivClassName
{
background-color: #5A7128;
}
.BgClassName
{
background-color: #5A7128;
}
</style>
border-color css
<style>
span { border-color: #5A7128; }
span { border-color: rgb(90,113,40); }
td.TdClassName
{
border-color: #5A7128;
}
.TagClassName
{
border-color: #5A7128;
}
</style>