Shades of Dark Olive Green #5A7C31
Tints of Dark Olive Green #5A7C31
RGB
CMYK
RGB Variations
Color information
#5A7C31 (or 0x5A7C31) is known color: Dark Olive Green. HEX triplet: 5A, 7C and 31. RGB value is (90,124,49). Sum of RGB (Red+Green+Blue) = 90+124+49=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 124 (48.83% from 255 or 47.15% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7C31 is #A583CE. Grayscale: #696969. Windows color (decimal): -10847183 or 3243098. OLE color: 3243098.
HSL color Cylindrical-coordinate representation of color #5A7C31: hue angle of 87.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A7C31 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 124 | 49 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.51 |
| HSL | 87.2º | 0.43% | 0.34% | - |
| HSV(B) | 87.2º | 0.6% | 0.49% | - |
| XYZ | 11.98 | 16.81 | 5.52 | - |
| YUV | 105.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 124 | 49 | 0.27 | 0 | 0.60 | 0.51 | 87.2 | 0.43 | 0.34 |
| Hex | 5A | 7C | 31 | 1B | 0 | 3C | 33 | 57 | 2B | 22 |
| Octal | 132 | 174 | 61 | 33 | 0 | 74 | 63 | 127 | 53 | 42 |
| Binary | 1011010 | 1111100 | 110001 | 11011 | 0 | 111100 | 110011 | 1010111 | 101011 | 100010 |
Color Harmonies of #5A7C31
Complementary color
Monochromatic Colors of #5A7C31
Black with #5A7C31
Text Example
Text Example
White with #5A7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7C31; }
p { color: rgb(90,124,49); }
H1.HeaderClassName
{
color: #5A7C31;
}
.AnyTagClassName
{
color: #5A7C31;
}
</style>
background-color css
<style>
a { background-color: #5A7C31; }
a { background-color: rgb(90,124,49); }
div.DivClassName
{
background-color: #5A7C31;
}
.BgClassName
{
background-color: #5A7C31;
}
</style>
border-color css
<style>
span { border-color: #5A7C31; }
span { border-color: rgb(90,124,49); }
td.TdClassName
{
border-color: #5A7C31;
}
.TagClassName
{
border-color: #5A7C31;
}
</style>