Shades of Dark Olive Green #5A6A2C
Tints of Dark Olive Green #5A6A2C
RGB
CMYK
RGB Variations
Color information
#5A6A2C (or 0x5A6A2C) is known color: Dark Olive Green. HEX triplet: 5A, 6A and 2C. RGB value is (90,106,44). Sum of RGB (Red+Green+Blue) = 90+106+44=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A2C is #A595D3. Grayscale: #5E5E5E. Windows color (decimal): -10851796 or 2910810. OLE color: 2910810.
HSL color Cylindrical-coordinate representation of color #5A6A2C: hue angle of 75.48º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A6A2C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 44 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.58 |
| HSL | 75.48º | 0.41% | 0.29% | - |
| HSV(B) | 75.48º | 0.58% | 0.42% | - |
| XYZ | 9.83 | 12.66 | 4.31 | - |
| YUV | 94.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 44 | 0.15 | 0 | 0.58 | 0.58 | 75.48 | 0.41 | 0.29 |
| Hex | 5A | 6A | 2C | F | 0 | 3A | 3A | 4B | 29 | 1D |
| Octal | 132 | 152 | 54 | 17 | 0 | 72 | 72 | 113 | 51 | 35 |
| Binary | 1011010 | 1101010 | 101100 | 1111 | 0 | 111010 | 111010 | 1001011 | 101001 | 11101 |
Color Harmonies of #5A6A2C
Complementary color
Monochromatic Colors of #5A6A2C
Black with #5A6A2C
Text Example
Text Example
White with #5A6A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A2C; }
p { color: rgb(90,106,44); }
H1.HeaderClassName
{
color: #5A6A2C;
}
.AnyTagClassName
{
color: #5A6A2C;
}
</style>
background-color css
<style>
a { background-color: #5A6A2C; }
a { background-color: rgb(90,106,44); }
div.DivClassName
{
background-color: #5A6A2C;
}
.BgClassName
{
background-color: #5A6A2C;
}
</style>
border-color css
<style>
span { border-color: #5A6A2C; }
span { border-color: rgb(90,106,44); }
td.TdClassName
{
border-color: #5A6A2C;
}
.TagClassName
{
border-color: #5A6A2C;
}
</style>