Shades of Dark Olive Green #5A6A36
Tints of Dark Olive Green #5A6A36
RGB
CMYK
RGB Variations
Color information
#5A6A36 (or 0x5A6A36) is known color: Dark Olive Green. HEX triplet: 5A, 6A and 36. RGB value is (90,106,54). Sum of RGB (Red+Green+Blue) = 90+106+54=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A36 is #A595C9. Grayscale: #5F5F5F. Windows color (decimal): -10851786 or 3566170. OLE color: 3566170.
HSL color Cylindrical-coordinate representation of color #5A6A36: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A6A36 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 54 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.58 |
| HSL | 78.46º | 0.33% | 0.31% | - |
| HSV(B) | 78.46º | 0.49% | 0.42% | - |
| XYZ | 10.04 | 12.75 | 5.42 | - |
| YUV | 95.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 54 | 0.15 | 0 | 0.49 | 0.58 | 78.46 | 0.33 | 0.31 |
| Hex | 5A | 6A | 36 | F | 0 | 31 | 3A | 4E | 20 | 1F |
| Octal | 132 | 152 | 66 | 17 | 0 | 61 | 72 | 116 | 40 | 37 |
| Binary | 1011010 | 1101010 | 110110 | 1111 | 0 | 110001 | 111010 | 1001110 | 100000 | 11111 |
Color Harmonies of #5A6A36
Complementary color
Monochromatic Colors of #5A6A36
Black with #5A6A36
Text Example
Text Example
White with #5A6A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A36; }
p { color: rgb(90,106,54); }
H1.HeaderClassName
{
color: #5A6A36;
}
.AnyTagClassName
{
color: #5A6A36;
}
</style>
background-color css
<style>
a { background-color: #5A6A36; }
a { background-color: rgb(90,106,54); }
div.DivClassName
{
background-color: #5A6A36;
}
.BgClassName
{
background-color: #5A6A36;
}
</style>
border-color css
<style>
span { border-color: #5A6A36; }
span { border-color: rgb(90,106,54); }
td.TdClassName
{
border-color: #5A6A36;
}
.TagClassName
{
border-color: #5A6A36;
}
</style>