Shades of Hippie Green #5A975C
Tints of Hippie Green #5A975C
RGB
CMYK
RGB Variations
Color information
#5A975C (or 0x5A975C) is known color: Hippie Green. HEX triplet: 5A, 97 and 5C. RGB value is (90,151,92). Sum of RGB (Red+Green+Blue) = 90+151+92=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #5A975C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A975C is #A568A3. Grayscale: #7E7E7E. Windows color (decimal): -10840228 or 6068058. OLE color: 6068058.
HSL color Cylindrical-coordinate representation of color #5A975C: hue angle of 121.97º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A975C is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 92 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.41 |
| HSL | 121.97º | 0.25% | 0.47% | - |
| HSV(B) | 121.97º | 0.4% | 0.59% | - |
| XYZ | 17.21 | 25.08 | 14.06 | - |
| YUV | 126.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 92 | 0.40 | 0 | 0.39 | 0.41 | 121.97 | 0.25 | 0.47 |
| Hex | 5A | 97 | 5C | 28 | 0 | 27 | 29 | 7A | 19 | 2F |
| Octal | 132 | 227 | 134 | 50 | 0 | 47 | 51 | 172 | 31 | 57 |
| Binary | 1011010 | 10010111 | 1011100 | 101000 | 0 | 100111 | 101001 | 1111010 | 11001 | 101111 |
Color Harmonies of #5A975C
Complementary color
Monochromatic Colors of #5A975C
Black with #5A975C
Text Example
Text Example
White with #5A975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A975C; }
p { color: rgb(90,151,92); }
H1.HeaderClassName
{
color: #5A975C;
}
.AnyTagClassName
{
color: #5A975C;
}
</style>
background-color css
<style>
a { background-color: #5A975C; }
a { background-color: rgb(90,151,92); }
div.DivClassName
{
background-color: #5A975C;
}
.BgClassName
{
background-color: #5A975C;
}
</style>
border-color css
<style>
span { border-color: #5A975C; }
span { border-color: rgb(90,151,92); }
td.TdClassName
{
border-color: #5A975C;
}
.TagClassName
{
border-color: #5A975C;
}
</style>