Shades of Dark Olive Green #5A6730
Tints of Dark Olive Green #5A6730
RGB
CMYK
RGB Variations
Color information
#5A6730 (or 0x5A6730) is known color: Dark Olive Green. HEX triplet: 5A, 67 and 30. RGB value is (90,103,48). Sum of RGB (Red+Green+Blue) = 90+103+48=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6730 is #A598CF. Grayscale: #5D5D5D. Windows color (decimal): -10852560 or 3172186. OLE color: 3172186.
HSL color Cylindrical-coordinate representation of color #5A6730: hue angle of 74.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A6730 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 48 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.60 |
| HSL | 74.18º | 0.36% | 0.3% | - |
| HSV(B) | 74.18º | 0.53% | 0.4% | - |
| XYZ | 9.6 | 12.09 | 4.62 | - |
| YUV | 92.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 48 | 0.13 | 0 | 0.53 | 0.60 | 74.18 | 0.36 | 0.3 |
| Hex | 5A | 67 | 30 | D | 0 | 35 | 3C | 4A | 24 | 1E |
| Octal | 132 | 147 | 60 | 15 | 0 | 65 | 74 | 112 | 44 | 36 |
| Binary | 1011010 | 1100111 | 110000 | 1101 | 0 | 110101 | 111100 | 1001010 | 100100 | 11110 |
Color Harmonies of #5A6730
Complementary color
Monochromatic Colors of #5A6730
Black with #5A6730
Text Example
Text Example
White with #5A6730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6730; }
p { color: rgb(90,103,48); }
H1.HeaderClassName
{
color: #5A6730;
}
.AnyTagClassName
{
color: #5A6730;
}
</style>
background-color css
<style>
a { background-color: #5A6730; }
a { background-color: rgb(90,103,48); }
div.DivClassName
{
background-color: #5A6730;
}
.BgClassName
{
background-color: #5A6730;
}
</style>
border-color css
<style>
span { border-color: #5A6730; }
span { border-color: rgb(90,103,48); }
td.TdClassName
{
border-color: #5A6730;
}
.TagClassName
{
border-color: #5A6730;
}
</style>