Shades of Dark Olive Green #5A673B
Tints of Dark Olive Green #5A673B
RGB
CMYK
RGB Variations
Color information
#5A673B (or 0x5A673B) is known color: Dark Olive Green. HEX triplet: 5A, 67 and 3B. RGB value is (90,103,59). Sum of RGB (Red+Green+Blue) = 90+103+59=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 103 - color contains mainly: green. Hex color #5A673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A673B is #A598C4. Grayscale: #5E5E5E. Windows color (decimal): -10852549 or 3893082. OLE color: 3893082.
HSL color Cylindrical-coordinate representation of color #5A673B: hue angle of 77.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A673B is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 59 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.60 |
| HSL | 77.73º | 0.27% | 0.32% | - |
| HSV(B) | 77.73º | 0.43% | 0.4% | - |
| XYZ | 9.86 | 12.19 | 5.97 | - |
| YUV | 94.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 59 | 0.13 | 0 | 0.43 | 0.60 | 77.73 | 0.27 | 0.32 |
| Hex | 5A | 67 | 3B | D | 0 | 2B | 3C | 4E | 1B | 20 |
| Octal | 132 | 147 | 73 | 15 | 0 | 53 | 74 | 116 | 33 | 40 |
| Binary | 1011010 | 1100111 | 111011 | 1101 | 0 | 101011 | 111100 | 1001110 | 11011 | 100000 |
Color Harmonies of #5A673B
Complementary color
Monochromatic Colors of #5A673B
Black with #5A673B
Text Example
Text Example
White with #5A673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A673B; }
p { color: rgb(90,103,59); }
H1.HeaderClassName
{
color: #5A673B;
}
.AnyTagClassName
{
color: #5A673B;
}
</style>
background-color css
<style>
a { background-color: #5A673B; }
a { background-color: rgb(90,103,59); }
div.DivClassName
{
background-color: #5A673B;
}
.BgClassName
{
background-color: #5A673B;
}
</style>
border-color css
<style>
span { border-color: #5A673B; }
span { border-color: rgb(90,103,59); }
td.TdClassName
{
border-color: #5A673B;
}
.TagClassName
{
border-color: #5A673B;
}
</style>