Shades of Hippie Green #5A8761
Tints of Hippie Green #5A8761
RGB
CMYK
RGB Variations
Color information
#5A8761 (or 0x5A8761) is known color: Hippie Green. HEX triplet: 5A, 87 and 61. RGB value is (90,135,97). Sum of RGB (Red+Green+Blue) = 90+135+97=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 135 - color contains mainly: green. Hex color #5A8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8761 is #A5789E. Grayscale: #757575. Windows color (decimal): -10844319 or 6391642. OLE color: 6391642.
HSL color Cylindrical-coordinate representation of color #5A8761: hue angle of 129.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A8761 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 135 | 97 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.47 |
| HSL | 129.33º | 0.2% | 0.44% | - |
| HSV(B) | 129.33º | 0.33% | 0.53% | - |
| XYZ | 15.04 | 20.36 | 14.45 | - |
| YUV | 117.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 135 | 97 | 0.33 | 0 | 0.28 | 0.47 | 129.33 | 0.2 | 0.44 |
| Hex | 5A | 87 | 61 | 21 | 0 | 1C | 2F | 81 | 14 | 2C |
| Octal | 132 | 207 | 141 | 41 | 0 | 34 | 57 | 201 | 24 | 54 |
| Binary | 1011010 | 10000111 | 1100001 | 100001 | 0 | 11100 | 101111 | 10000001 | 10100 | 101100 |
Color Harmonies of #5A8761
Complementary color
Monochromatic Colors of #5A8761
Black with #5A8761
Text Example
Text Example
White with #5A8761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8761; }
p { color: rgb(90,135,97); }
H1.HeaderClassName
{
color: #5A8761;
}
.AnyTagClassName
{
color: #5A8761;
}
</style>
background-color css
<style>
a { background-color: #5A8761; }
a { background-color: rgb(90,135,97); }
div.DivClassName
{
background-color: #5A8761;
}
.BgClassName
{
background-color: #5A8761;
}
</style>
border-color css
<style>
span { border-color: #5A8761; }
span { border-color: rgb(90,135,97); }
td.TdClassName
{
border-color: #5A8761;
}
.TagClassName
{
border-color: #5A8761;
}
</style>