Shades of Hippie Green #5A8355
Tints of Hippie Green #5A8355
RGB
CMYK
RGB Variations
Color information
#5A8355 (or 0x5A8355) is known color: Hippie Green. HEX triplet: 5A, 83 and 55. RGB value is (90,131,85). Sum of RGB (Red+Green+Blue) = 90+131+85=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #5A8355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8355 is #A57CAA. Grayscale: #717171. Windows color (decimal): -10845355 or 5604186. OLE color: 5604186.
HSL color Cylindrical-coordinate representation of color #5A8355: hue angle of 113.48º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8355 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 131 | 85 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.49 |
| HSL | 113.48º | 0.21% | 0.42% | - |
| HSV(B) | 113.48º | 0.35% | 0.51% | - |
| XYZ | 13.97 | 19.06 | 11.54 | - |
| YUV | 113.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 85 | 0.31 | 0 | 0.35 | 0.49 | 113.48 | 0.21 | 0.42 |
| Hex | 5A | 83 | 55 | 1F | 0 | 23 | 31 | 71 | 15 | 2A |
| Octal | 132 | 203 | 125 | 37 | 0 | 43 | 61 | 161 | 25 | 52 |
| Binary | 1011010 | 10000011 | 1010101 | 11111 | 0 | 100011 | 110001 | 1110001 | 10101 | 101010 |
Color Harmonies of #5A8355
Complementary color
Monochromatic Colors of #5A8355
Black with #5A8355
Text Example
Text Example
White with #5A8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8355; }
p { color: rgb(90,131,85); }
H1.HeaderClassName
{
color: #5A8355;
}
.AnyTagClassName
{
color: #5A8355;
}
</style>
background-color css
<style>
a { background-color: #5A8355; }
a { background-color: rgb(90,131,85); }
div.DivClassName
{
background-color: #5A8355;
}
.BgClassName
{
background-color: #5A8355;
}
</style>
border-color css
<style>
span { border-color: #5A8355; }
span { border-color: rgb(90,131,85); }
td.TdClassName
{
border-color: #5A8355;
}
.TagClassName
{
border-color: #5A8355;
}
</style>