Shades of Hippie Green #5A915A
Tints of Hippie Green #5A915A
RGB
CMYK
RGB Variations
Color information
#5A915A (or 0x5A915A) is known color: Hippie Green. HEX triplet: 5A, 91 and 5A. RGB value is (90,145,90). Sum of RGB (Red+Green+Blue) = 90+145+90=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #5A915A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A915A is #A56EA5. Grayscale: #7A7A7A. Windows color (decimal): -10841766 or 5935450. OLE color: 5935450.
HSL color Cylindrical-coordinate representation of color #5A915A: hue angle of 120º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A915A is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 90 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.43 |
| HSL | 120º | 0.23% | 0.46% | - |
| HSV(B) | 120º | 0.38% | 0.57% | - |
| XYZ | 16.19 | 23.16 | 13.29 | - |
| YUV | 122.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 90 | 0.38 | 0 | 0.38 | 0.43 | 120 | 0.23 | 0.46 |
| Hex | 5A | 91 | 5A | 26 | 0 | 26 | 2B | 78 | 17 | 2E |
| Octal | 132 | 221 | 132 | 46 | 0 | 46 | 53 | 170 | 27 | 56 |
| Binary | 1011010 | 10010001 | 1011010 | 100110 | 0 | 100110 | 101011 | 1111000 | 10111 | 101110 |
Color Harmonies of #5A915A
Complementary color
Monochromatic Colors of #5A915A
Black with #5A915A
Text Example
Text Example
White with #5A915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A915A; }
p { color: rgb(90,145,90); }
H1.HeaderClassName
{
color: #5A915A;
}
.AnyTagClassName
{
color: #5A915A;
}
</style>
background-color css
<style>
a { background-color: #5A915A; }
a { background-color: rgb(90,145,90); }
div.DivClassName
{
background-color: #5A915A;
}
.BgClassName
{
background-color: #5A915A;
}
</style>
border-color css
<style>
span { border-color: #5A915A; }
span { border-color: rgb(90,145,90); }
td.TdClassName
{
border-color: #5A915A;
}
.TagClassName
{
border-color: #5A915A;
}
</style>