Shades of Dark Olive Green #5A6B2A
Tints of Dark Olive Green #5A6B2A
RGB
CMYK
RGB Variations
Color information
#5A6B2A (or 0x5A6B2A) is known color: Dark Olive Green. HEX triplet: 5A, 6B and 2A. RGB value is (90,107,42). Sum of RGB (Red+Green+Blue) = 90+107+42=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B2A is #A594D5. Grayscale: #5E5E5E. Windows color (decimal): -10851542 or 2779994. OLE color: 2779994.
HSL color Cylindrical-coordinate representation of color #5A6B2A: hue angle of 75.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A6B2A is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 42 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.58 |
| HSL | 75.69º | 0.44% | 0.29% | - |
| HSV(B) | 75.69º | 0.61% | 0.42% | - |
| XYZ | 9.89 | 12.86 | 4.15 | - |
| YUV | 94.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 42 | 0.16 | 0 | 0.61 | 0.58 | 75.69 | 0.44 | 0.29 |
| Hex | 5A | 6B | 2A | 10 | 0 | 3D | 3A | 4C | 2C | 1D |
| Octal | 132 | 153 | 52 | 20 | 0 | 75 | 72 | 114 | 54 | 35 |
| Binary | 1011010 | 1101011 | 101010 | 10000 | 0 | 111101 | 111010 | 1001100 | 101100 | 11101 |
Color Harmonies of #5A6B2A
Complementary color
Monochromatic Colors of #5A6B2A
Black with #5A6B2A
Text Example
Text Example
White with #5A6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B2A; }
p { color: rgb(90,107,42); }
H1.HeaderClassName
{
color: #5A6B2A;
}
.AnyTagClassName
{
color: #5A6B2A;
}
</style>
background-color css
<style>
a { background-color: #5A6B2A; }
a { background-color: rgb(90,107,42); }
div.DivClassName
{
background-color: #5A6B2A;
}
.BgClassName
{
background-color: #5A6B2A;
}
</style>
border-color css
<style>
span { border-color: #5A6B2A; }
span { border-color: rgb(90,107,42); }
td.TdClassName
{
border-color: #5A6B2A;
}
.TagClassName
{
border-color: #5A6B2A;
}
</style>