Shades of Dark Olive Green #5A6D2D
Tints of Dark Olive Green #5A6D2D
RGB
CMYK
RGB Variations
Color information
#5A6D2D (or 0x5A6D2D) is known color: Dark Olive Green. HEX triplet: 5A, 6D and 2D. RGB value is (90,109,45). Sum of RGB (Red+Green+Blue) = 90+109+45=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6D2D is #A592D2. Grayscale: #606060. Windows color (decimal): -10851027 or 2977114. OLE color: 2977114.
HSL color Cylindrical-coordinate representation of color #5A6D2D: hue angle of 77.81º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6D2D is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 45 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.57 |
| HSL | 77.81º | 0.42% | 0.3% | - |
| HSV(B) | 77.81º | 0.59% | 0.43% | - |
| XYZ | 10.16 | 13.3 | 4.51 | - |
| YUV | 96.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 45 | 0.17 | 0 | 0.59 | 0.57 | 77.81 | 0.42 | 0.3 |
| Hex | 5A | 6D | 2D | 11 | 0 | 3B | 39 | 4E | 2A | 1E |
| Octal | 132 | 155 | 55 | 21 | 0 | 73 | 71 | 116 | 52 | 36 |
| Binary | 1011010 | 1101101 | 101101 | 10001 | 0 | 111011 | 111001 | 1001110 | 101010 | 11110 |
Color Harmonies of #5A6D2D
Complementary color
Monochromatic Colors of #5A6D2D
Black with #5A6D2D
Text Example
Text Example
White with #5A6D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D2D; }
p { color: rgb(90,109,45); }
H1.HeaderClassName
{
color: #5A6D2D;
}
.AnyTagClassName
{
color: #5A6D2D;
}
</style>
background-color css
<style>
a { background-color: #5A6D2D; }
a { background-color: rgb(90,109,45); }
div.DivClassName
{
background-color: #5A6D2D;
}
.BgClassName
{
background-color: #5A6D2D;
}
</style>
border-color css
<style>
span { border-color: #5A6D2D; }
span { border-color: rgb(90,109,45); }
td.TdClassName
{
border-color: #5A6D2D;
}
.TagClassName
{
border-color: #5A6D2D;
}
</style>