Shades of Dark Olive Green #5A6930
Tints of Dark Olive Green #5A6930
RGB
CMYK
RGB Variations
Color information
#5A6930 (or 0x5A6930) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 30. RGB value is (90,105,48). Sum of RGB (Red+Green+Blue) = 90+105+48=243 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.04% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6930 is #A596CF. Grayscale: #5E5E5E. Windows color (decimal): -10852048 or 3172698. OLE color: 3172698.
HSL color Cylindrical-coordinate representation of color #5A6930: hue angle of 75.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A6930 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 48 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.59 |
| HSL | 75.79º | 0.37% | 0.3% | - |
| HSV(B) | 75.79º | 0.54% | 0.41% | - |
| XYZ | 9.8 | 12.49 | 4.69 | - |
| YUV | 94.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 48 | 0.14 | 0 | 0.54 | 0.59 | 75.79 | 0.37 | 0.3 |
| Hex | 5A | 69 | 30 | E | 0 | 36 | 3B | 4C | 25 | 1E |
| Octal | 132 | 151 | 60 | 16 | 0 | 66 | 73 | 114 | 45 | 36 |
| Binary | 1011010 | 1101001 | 110000 | 1110 | 0 | 110110 | 111011 | 1001100 | 100101 | 11110 |
Color Harmonies of #5A6930
Complementary color
Monochromatic Colors of #5A6930
Black with #5A6930
Text Example
Text Example
White with #5A6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6930; }
p { color: rgb(90,105,48); }
H1.HeaderClassName
{
color: #5A6930;
}
.AnyTagClassName
{
color: #5A6930;
}
</style>
background-color css
<style>
a { background-color: #5A6930; }
a { background-color: rgb(90,105,48); }
div.DivClassName
{
background-color: #5A6930;
}
.BgClassName
{
background-color: #5A6930;
}
</style>
border-color css
<style>
span { border-color: #5A6930; }
span { border-color: rgb(90,105,48); }
td.TdClassName
{
border-color: #5A6930;
}
.TagClassName
{
border-color: #5A6930;
}
</style>