Shades of Hippie Green #5A7E5B
Tints of Hippie Green #5A7E5B
RGB
CMYK
RGB Variations
Color information
#5A7E5B (or 0x5A7E5B) is known color: Hippie Green. HEX triplet: 5A, 7E and 5B. RGB value is (90,126,91). Sum of RGB (Red+Green+Blue) = 90+126+91=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7E5B is #A581A4. Grayscale: #6F6F6F. Windows color (decimal): -10846629 or 5996122. OLE color: 5996122.
HSL color Cylindrical-coordinate representation of color #5A7E5B: hue angle of 121.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A7E5B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 126 | 91 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.51 |
| HSL | 121.67º | 0.17% | 0.42% | - |
| HSV(B) | 121.67º | 0.29% | 0.49% | - |
| XYZ | 13.57 | 17.85 | 12.63 | - |
| YUV | 111.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 126 | 91 | 0.29 | 0 | 0.28 | 0.51 | 121.67 | 0.17 | 0.42 |
| Hex | 5A | 7E | 5B | 1D | 0 | 1C | 33 | 7A | 11 | 2A |
| Octal | 132 | 176 | 133 | 35 | 0 | 34 | 63 | 172 | 21 | 52 |
| Binary | 1011010 | 1111110 | 1011011 | 11101 | 0 | 11100 | 110011 | 1111010 | 10001 | 101010 |
Color Harmonies of #5A7E5B
Complementary color
Monochromatic Colors of #5A7E5B
Black with #5A7E5B
Text Example
Text Example
White with #5A7E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7E5B; }
p { color: rgb(90,126,91); }
H1.HeaderClassName
{
color: #5A7E5B;
}
.AnyTagClassName
{
color: #5A7E5B;
}
</style>
background-color css
<style>
a { background-color: #5A7E5B; }
a { background-color: rgb(90,126,91); }
div.DivClassName
{
background-color: #5A7E5B;
}
.BgClassName
{
background-color: #5A7E5B;
}
</style>
border-color css
<style>
span { border-color: #5A7E5B; }
span { border-color: rgb(90,126,91); }
td.TdClassName
{
border-color: #5A7E5B;
}
.TagClassName
{
border-color: #5A7E5B;
}
</style>