Shades of Hippie Green #5A815E
Tints of Hippie Green #5A815E
RGB
CMYK
RGB Variations
Color information
#5A815E (or 0x5A815E) is known color: Hippie Green. HEX triplet: 5A, 81 and 5E. RGB value is (90,129,94). Sum of RGB (Red+Green+Blue) = 90+129+94=313 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.75% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #5A815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A815E is #A57EA1. Grayscale: #717171. Windows color (decimal): -10845858 or 6193498. OLE color: 6193498.
HSL color Cylindrical-coordinate representation of color #5A815E: hue angle of 126.15º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A815E is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 129 | 94 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.49 |
| HSL | 126.15º | 0.18% | 0.43% | - |
| HSV(B) | 126.15º | 0.3% | 0.51% | - |
| XYZ | 14.09 | 18.68 | 13.45 | - |
| YUV | 113.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 129 | 94 | 0.30 | 0 | 0.27 | 0.49 | 126.15 | 0.18 | 0.43 |
| Hex | 5A | 81 | 5E | 1E | 0 | 1B | 31 | 7E | 12 | 2B |
| Octal | 132 | 201 | 136 | 36 | 0 | 33 | 61 | 176 | 22 | 53 |
| Binary | 1011010 | 10000001 | 1011110 | 11110 | 0 | 11011 | 110001 | 1111110 | 10010 | 101011 |
Color Harmonies of #5A815E
Complementary color
Monochromatic Colors of #5A815E
Black with #5A815E
Text Example
Text Example
White with #5A815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A815E; }
p { color: rgb(90,129,94); }
H1.HeaderClassName
{
color: #5A815E;
}
.AnyTagClassName
{
color: #5A815E;
}
</style>
background-color css
<style>
a { background-color: #5A815E; }
a { background-color: rgb(90,129,94); }
div.DivClassName
{
background-color: #5A815E;
}
.BgClassName
{
background-color: #5A815E;
}
</style>
border-color css
<style>
span { border-color: #5A815E; }
span { border-color: rgb(90,129,94); }
td.TdClassName
{
border-color: #5A815E;
}
.TagClassName
{
border-color: #5A815E;
}
</style>