Shades of Dark Olive Green #5A6E28
Tints of Dark Olive Green #5A6E28
RGB
CMYK
RGB Variations
Color information
#5A6E28 (or 0x5A6E28) is known color: Dark Olive Green. HEX triplet: 5A, 6E and 28. RGB value is (90,110,40). Sum of RGB (Red+Green+Blue) = 90+110+40=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 110 (43.36% from 255 or 45.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6E28 is #A591D7. Grayscale: #606060. Windows color (decimal): -10850776 or 2649690. OLE color: 2649690.
HSL color Cylindrical-coordinate representation of color #5A6E28: hue angle of 77.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A6E28 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 40 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.57 |
| HSL | 77.14º | 0.47% | 0.29% | - |
| HSV(B) | 77.14º | 0.64% | 0.43% | - |
| XYZ | 10.18 | 13.48 | 4.07 | - |
| YUV | 96.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 40 | 0.18 | 0 | 0.64 | 0.57 | 77.14 | 0.47 | 0.29 |
| Hex | 5A | 6E | 28 | 12 | 0 | 40 | 39 | 4D | 2F | 1D |
| Octal | 132 | 156 | 50 | 22 | 0 | 100 | 71 | 115 | 57 | 35 |
| Binary | 1011010 | 1101110 | 101000 | 10010 | 0 | 1000000 | 111001 | 1001101 | 101111 | 11101 |
Color Harmonies of #5A6E28
Complementary color
Monochromatic Colors of #5A6E28
Black with #5A6E28
Text Example
Text Example
White with #5A6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E28; }
p { color: rgb(90,110,40); }
H1.HeaderClassName
{
color: #5A6E28;
}
.AnyTagClassName
{
color: #5A6E28;
}
</style>
background-color css
<style>
a { background-color: #5A6E28; }
a { background-color: rgb(90,110,40); }
div.DivClassName
{
background-color: #5A6E28;
}
.BgClassName
{
background-color: #5A6E28;
}
</style>
border-color css
<style>
span { border-color: #5A6E28; }
span { border-color: rgb(90,110,40); }
td.TdClassName
{
border-color: #5A6E28;
}
.TagClassName
{
border-color: #5A6E28;
}
</style>