Shades of Dark Olive Green #5A6935
Tints of Dark Olive Green #5A6935
RGB
CMYK
RGB Variations
Color information
#5A6935 (or 0x5A6935) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 35. RGB value is (90,105,53). Sum of RGB (Red+Green+Blue) = 90+105+53=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6935 is #A596CA. Grayscale: #5E5E5E. Windows color (decimal): -10852043 or 3500378. OLE color: 3500378.
HSL color Cylindrical-coordinate representation of color #5A6935: hue angle of 77.31º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A6935 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 53 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.59 |
| HSL | 77.31º | 0.33% | 0.31% | - |
| HSV(B) | 77.31º | 0.5% | 0.41% | - |
| XYZ | 9.91 | 12.53 | 5.27 | - |
| YUV | 94.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 53 | 0.14 | 0 | 0.50 | 0.59 | 77.31 | 0.33 | 0.31 |
| Hex | 5A | 69 | 35 | E | 0 | 32 | 3B | 4D | 21 | 1F |
| Octal | 132 | 151 | 65 | 16 | 0 | 62 | 73 | 115 | 41 | 37 |
| Binary | 1011010 | 1101001 | 110101 | 1110 | 0 | 110010 | 111011 | 1001101 | 100001 | 11111 |
Color Harmonies of #5A6935
Complementary color
Monochromatic Colors of #5A6935
Black with #5A6935
Text Example
Text Example
White with #5A6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6935; }
p { color: rgb(90,105,53); }
H1.HeaderClassName
{
color: #5A6935;
}
.AnyTagClassName
{
color: #5A6935;
}
</style>
background-color css
<style>
a { background-color: #5A6935; }
a { background-color: rgb(90,105,53); }
div.DivClassName
{
background-color: #5A6935;
}
.BgClassName
{
background-color: #5A6935;
}
</style>
border-color css
<style>
span { border-color: #5A6935; }
span { border-color: rgb(90,105,53); }
td.TdClassName
{
border-color: #5A6935;
}
.TagClassName
{
border-color: #5A6935;
}
</style>