Shades of Dark Olive Green #5A682D
Tints of Dark Olive Green #5A682D
RGB
CMYK
RGB Variations
Color information
#5A682D (or 0x5A682D) is known color: Dark Olive Green. HEX triplet: 5A, 68 and 2D. RGB value is (90,104,45). Sum of RGB (Red+Green+Blue) = 90+104+45=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #5A682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A682D is #A597D2. Grayscale: #5D5D5D. Windows color (decimal): -10852307 or 2975834. OLE color: 2975834.
HSL color Cylindrical-coordinate representation of color #5A682D: hue angle of 74.24º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A682D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 45 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.59 |
| HSL | 74.24º | 0.4% | 0.29% | - |
| HSV(B) | 74.24º | 0.57% | 0.41% | - |
| XYZ | 9.64 | 12.26 | 4.34 | - |
| YUV | 93.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 45 | 0.13 | 0 | 0.57 | 0.59 | 74.24 | 0.4 | 0.29 |
| Hex | 5A | 68 | 2D | D | 0 | 39 | 3B | 4A | 28 | 1D |
| Octal | 132 | 150 | 55 | 15 | 0 | 71 | 73 | 112 | 50 | 35 |
| Binary | 1011010 | 1101000 | 101101 | 1101 | 0 | 111001 | 111011 | 1001010 | 101000 | 11101 |
Color Harmonies of #5A682D
Complementary color
Monochromatic Colors of #5A682D
Black with #5A682D
Text Example
Text Example
White with #5A682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A682D; }
p { color: rgb(90,104,45); }
H1.HeaderClassName
{
color: #5A682D;
}
.AnyTagClassName
{
color: #5A682D;
}
</style>
background-color css
<style>
a { background-color: #5A682D; }
a { background-color: rgb(90,104,45); }
div.DivClassName
{
background-color: #5A682D;
}
.BgClassName
{
background-color: #5A682D;
}
</style>
border-color css
<style>
span { border-color: #5A682D; }
span { border-color: rgb(90,104,45); }
td.TdClassName
{
border-color: #5A682D;
}
.TagClassName
{
border-color: #5A682D;
}
</style>