Shades of Dark Olive Green #5A682C
Tints of Dark Olive Green #5A682C
RGB
CMYK
RGB Variations
Color information
#5A682C (or 0x5A682C) is known color: Dark Olive Green. HEX triplet: 5A, 68 and 2C. RGB value is (90,104,44). Sum of RGB (Red+Green+Blue) = 90+104+44=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #5A682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A682C is #A597D3. Grayscale: #5D5D5D. Windows color (decimal): -10852308 or 2910298. OLE color: 2910298.
HSL color Cylindrical-coordinate representation of color #5A682C: hue angle of 74º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A682C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 44 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.59 |
| HSL | 74º | 0.41% | 0.29% | - |
| HSV(B) | 74º | 0.58% | 0.41% | - |
| XYZ | 9.62 | 12.26 | 4.24 | - |
| YUV | 92.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 44 | 0.13 | 0 | 0.58 | 0.59 | 74 | 0.41 | 0.29 |
| Hex | 5A | 68 | 2C | D | 0 | 3A | 3B | 4A | 29 | 1D |
| Octal | 132 | 150 | 54 | 15 | 0 | 72 | 73 | 112 | 51 | 35 |
| Binary | 1011010 | 1101000 | 101100 | 1101 | 0 | 111010 | 111011 | 1001010 | 101001 | 11101 |
Color Harmonies of #5A682C
Complementary color
Monochromatic Colors of #5A682C
Black with #5A682C
Text Example
Text Example
White with #5A682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A682C; }
p { color: rgb(90,104,44); }
H1.HeaderClassName
{
color: #5A682C;
}
.AnyTagClassName
{
color: #5A682C;
}
</style>
background-color css
<style>
a { background-color: #5A682C; }
a { background-color: rgb(90,104,44); }
div.DivClassName
{
background-color: #5A682C;
}
.BgClassName
{
background-color: #5A682C;
}
</style>
border-color css
<style>
span { border-color: #5A682C; }
span { border-color: rgb(90,104,44); }
td.TdClassName
{
border-color: #5A682C;
}
.TagClassName
{
border-color: #5A682C;
}
</style>