Shades of Dark Olive Green #5A682B
Tints of Dark Olive Green #5A682B
RGB
CMYK
RGB Variations
Color information
#5A682B (or 0x5A682B) is known color: Dark Olive Green. HEX triplet: 5A, 68 and 2B. RGB value is (90,104,43). Sum of RGB (Red+Green+Blue) = 90+104+43=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #5A682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A682B is #A597D4. Grayscale: #5D5D5D. Windows color (decimal): -10852309 or 2844762. OLE color: 2844762.
HSL color Cylindrical-coordinate representation of color #5A682B: hue angle of 73.77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A682B is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 43 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.59 |
| HSL | 73.77º | 0.41% | 0.29% | - |
| HSV(B) | 73.77º | 0.59% | 0.41% | - |
| XYZ | 9.6 | 12.25 | 4.14 | - |
| YUV | 92.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 43 | 0.13 | 0 | 0.59 | 0.59 | 73.77 | 0.41 | 0.29 |
| Hex | 5A | 68 | 2B | D | 0 | 3B | 3B | 4A | 29 | 1D |
| Octal | 132 | 150 | 53 | 15 | 0 | 73 | 73 | 112 | 51 | 35 |
| Binary | 1011010 | 1101000 | 101011 | 1101 | 0 | 111011 | 111011 | 1001010 | 101001 | 11101 |
Color Harmonies of #5A682B
Complementary color
Monochromatic Colors of #5A682B
Black with #5A682B
Text Example
Text Example
White with #5A682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A682B; }
p { color: rgb(90,104,43); }
H1.HeaderClassName
{
color: #5A682B;
}
.AnyTagClassName
{
color: #5A682B;
}
</style>
background-color css
<style>
a { background-color: #5A682B; }
a { background-color: rgb(90,104,43); }
div.DivClassName
{
background-color: #5A682B;
}
.BgClassName
{
background-color: #5A682B;
}
</style>
border-color css
<style>
span { border-color: #5A682B; }
span { border-color: rgb(90,104,43); }
td.TdClassName
{
border-color: #5A682B;
}
.TagClassName
{
border-color: #5A682B;
}
</style>