Shades of Dark Olive Green #5A682F
Tints of Dark Olive Green #5A682F
RGB
CMYK
RGB Variations
Color information
#5A682F (or 0x5A682F) is known color: Dark Olive Green. HEX triplet: 5A, 68 and 2F. RGB value is (90,104,47). Sum of RGB (Red+Green+Blue) = 90+104+47=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #5A682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A682F is #A597D0. Grayscale: #5D5D5D. Windows color (decimal): -10852305 or 3106906. OLE color: 3106906.
HSL color Cylindrical-coordinate representation of color #5A682F: hue angle of 74.74º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A682F is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 47 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.59 |
| HSL | 74.74º | 0.38% | 0.3% | - |
| HSV(B) | 74.74º | 0.55% | 0.41% | - |
| XYZ | 9.68 | 12.28 | 4.55 | - |
| YUV | 93.32 | 101.86 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 47 | 0.13 | 0 | 0.55 | 0.59 | 74.74 | 0.38 | 0.3 |
| Hex | 5A | 68 | 2F | D | 0 | 37 | 3B | 4B | 26 | 1E |
| Octal | 132 | 150 | 57 | 15 | 0 | 67 | 73 | 113 | 46 | 36 |
| Binary | 1011010 | 1101000 | 101111 | 1101 | 0 | 110111 | 111011 | 1001011 | 100110 | 11110 |
Color Harmonies of #5A682F
Complementary color
Monochromatic Colors of #5A682F
Black with #5A682F
Text Example
Text Example
White with #5A682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A682F; }
p { color: rgb(90,104,47); }
H1.HeaderClassName
{
color: #5A682F;
}
.AnyTagClassName
{
color: #5A682F;
}
</style>
background-color css
<style>
a { background-color: #5A682F; }
a { background-color: rgb(90,104,47); }
div.DivClassName
{
background-color: #5A682F;
}
.BgClassName
{
background-color: #5A682F;
}
</style>
border-color css
<style>
span { border-color: #5A682F; }
span { border-color: rgb(90,104,47); }
td.TdClassName
{
border-color: #5A682F;
}
.TagClassName
{
border-color: #5A682F;
}
</style>