Shades of Hippie Green #5A975A
Tints of Hippie Green #5A975A
RGB
CMYK
RGB Variations
Color information
#5A975A (or 0x5A975A) is known color: Hippie Green. HEX triplet: 5A, 97 and 5A. RGB value is (90,151,90). Sum of RGB (Red+Green+Blue) = 90+151+90=331 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.19% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #5A975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A975A is #A568A5. Grayscale: #7D7D7D. Windows color (decimal): -10840230 or 5936986. OLE color: 5936986.
HSL color Cylindrical-coordinate representation of color #5A975A: hue angle of 120º 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 #5A975A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 90 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.41 |
| HSL | 120º | 0.25% | 0.47% | - |
| HSV(B) | 120º | 0.4% | 0.59% | - |
| XYZ | 17.13 | 25.05 | 13.6 | - |
| YUV | 125.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 90 | 0.40 | 0 | 0.40 | 0.41 | 120 | 0.25 | 0.47 |
| Hex | 5A | 97 | 5A | 28 | 0 | 28 | 29 | 78 | 19 | 2F |
| Octal | 132 | 227 | 132 | 50 | 0 | 50 | 51 | 170 | 31 | 57 |
| Binary | 1011010 | 10010111 | 1011010 | 101000 | 0 | 101000 | 101001 | 1111000 | 11001 | 101111 |
Color Harmonies of #5A975A
Complementary color
Monochromatic Colors of #5A975A
Black with #5A975A
Text Example
Text Example
White with #5A975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A975A; }
p { color: rgb(90,151,90); }
H1.HeaderClassName
{
color: #5A975A;
}
.AnyTagClassName
{
color: #5A975A;
}
</style>
background-color css
<style>
a { background-color: #5A975A; }
a { background-color: rgb(90,151,90); }
div.DivClassName
{
background-color: #5A975A;
}
.BgClassName
{
background-color: #5A975A;
}
</style>
border-color css
<style>
span { border-color: #5A975A; }
span { border-color: rgb(90,151,90); }
td.TdClassName
{
border-color: #5A975A;
}
.TagClassName
{
border-color: #5A975A;
}
</style>