Shades of Dark Olive Green #5A6939
Tints of Dark Olive Green #5A6939
RGB
CMYK
RGB Variations
Color information
#5A6939 (or 0x5A6939) is known color: Dark Olive Green. HEX triplet: 5A, 69 and 39. RGB value is (90,105,57). Sum of RGB (Red+Green+Blue) = 90+105+57=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6939 is #A596C6. Grayscale: #5F5F5F. Windows color (decimal): -10852039 or 3762522. OLE color: 3762522.
HSL color Cylindrical-coordinate representation of color #5A6939: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A6939 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 57 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.59 |
| HSL | 78.75º | 0.3% | 0.32% | - |
| HSV(B) | 78.75º | 0.46% | 0.41% | - |
| XYZ | 10.01 | 12.57 | 5.77 | - |
| YUV | 95.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 57 | 0.14 | 0 | 0.46 | 0.59 | 78.75 | 0.3 | 0.32 |
| Hex | 5A | 69 | 39 | E | 0 | 2E | 3B | 4F | 1E | 20 |
| Octal | 132 | 151 | 71 | 16 | 0 | 56 | 73 | 117 | 36 | 40 |
| Binary | 1011010 | 1101001 | 111001 | 1110 | 0 | 101110 | 111011 | 1001111 | 11110 | 100000 |
Color Harmonies of #5A6939
Complementary color
Monochromatic Colors of #5A6939
Black with #5A6939
Text Example
Text Example
White with #5A6939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6939; }
p { color: rgb(90,105,57); }
H1.HeaderClassName
{
color: #5A6939;
}
.AnyTagClassName
{
color: #5A6939;
}
</style>
background-color css
<style>
a { background-color: #5A6939; }
a { background-color: rgb(90,105,57); }
div.DivClassName
{
background-color: #5A6939;
}
.BgClassName
{
background-color: #5A6939;
}
</style>
border-color css
<style>
span { border-color: #5A6939; }
span { border-color: rgb(90,105,57); }
td.TdClassName
{
border-color: #5A6939;
}
.TagClassName
{
border-color: #5A6939;
}
</style>