Shades of Hippie Green #5A915C
Tints of Hippie Green #5A915C
RGB
CMYK
RGB Variations
Color information
#5A915C (or 0x5A915C) is known color: Hippie Green. HEX triplet: 5A, 91 and 5C. RGB value is (90,145,92). Sum of RGB (Red+Green+Blue) = 90+145+92=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #5A915C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A915C is #A56EA3. Grayscale: #7A7A7A. Windows color (decimal): -10841764 or 6066522. OLE color: 6066522.
HSL color Cylindrical-coordinate representation of color #5A915C: hue angle of 122.18º 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 #5A915C is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 145 | 92 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.43 |
| HSL | 122.18º | 0.23% | 0.46% | - |
| HSV(B) | 122.18º | 0.38% | 0.57% | - |
| XYZ | 16.27 | 23.2 | 13.75 | - |
| YUV | 122.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 145 | 92 | 0.38 | 0 | 0.37 | 0.43 | 122.18 | 0.23 | 0.46 |
| Hex | 5A | 91 | 5C | 26 | 0 | 25 | 2B | 7A | 17 | 2E |
| Octal | 132 | 221 | 134 | 46 | 0 | 45 | 53 | 172 | 27 | 56 |
| Binary | 1011010 | 10010001 | 1011100 | 100110 | 0 | 100101 | 101011 | 1111010 | 10111 | 101110 |
Color Harmonies of #5A915C
Complementary color
Monochromatic Colors of #5A915C
Black with #5A915C
Text Example
Text Example
White with #5A915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A915C; }
p { color: rgb(90,145,92); }
H1.HeaderClassName
{
color: #5A915C;
}
.AnyTagClassName
{
color: #5A915C;
}
</style>
background-color css
<style>
a { background-color: #5A915C; }
a { background-color: rgb(90,145,92); }
div.DivClassName
{
background-color: #5A915C;
}
.BgClassName
{
background-color: #5A915C;
}
</style>
border-color css
<style>
span { border-color: #5A915C; }
span { border-color: rgb(90,145,92); }
td.TdClassName
{
border-color: #5A915C;
}
.TagClassName
{
border-color: #5A915C;
}
</style>