Shades of Dark Olive Green #5A6B29
Tints of Dark Olive Green #5A6B29
RGB
CMYK
RGB Variations
Color information
#5A6B29 (or 0x5A6B29) is known color: Dark Olive Green. HEX triplet: 5A, 6B and 29. RGB value is (90,107,41). Sum of RGB (Red+Green+Blue) = 90+107+41=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B29 is #A594D6. Grayscale: #5E5E5E. Windows color (decimal): -10851543 or 2714458. OLE color: 2714458.
HSL color Cylindrical-coordinate representation of color #5A6B29: hue angle of 75.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6B29 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 107 | 41 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.58 |
| HSL | 75.45º | 0.45% | 0.29% | - |
| HSV(B) | 75.45º | 0.62% | 0.42% | - |
| XYZ | 9.87 | 12.85 | 4.06 | - |
| YUV | 94.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 41 | 0.16 | 0 | 0.62 | 0.58 | 75.45 | 0.45 | 0.29 |
| Hex | 5A | 6B | 29 | 10 | 0 | 3E | 3A | 4B | 2D | 1D |
| Octal | 132 | 153 | 51 | 20 | 0 | 76 | 72 | 113 | 55 | 35 |
| Binary | 1011010 | 1101011 | 101001 | 10000 | 0 | 111110 | 111010 | 1001011 | 101101 | 11101 |
Color Harmonies of #5A6B29
Complementary color
Monochromatic Colors of #5A6B29
Black with #5A6B29
Text Example
Text Example
White with #5A6B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6B29; }
p { color: rgb(90,107,41); }
H1.HeaderClassName
{
color: #5A6B29;
}
.AnyTagClassName
{
color: #5A6B29;
}
</style>
background-color css
<style>
a { background-color: #5A6B29; }
a { background-color: rgb(90,107,41); }
div.DivClassName
{
background-color: #5A6B29;
}
.BgClassName
{
background-color: #5A6B29;
}
</style>
border-color css
<style>
span { border-color: #5A6B29; }
span { border-color: rgb(90,107,41); }
td.TdClassName
{
border-color: #5A6B29;
}
.TagClassName
{
border-color: #5A6B29;
}
</style>