Shades of Hippie Green #5A8255
Tints of Hippie Green #5A8255
RGB
CMYK
RGB Variations
Color information
#5A8255 (or 0x5A8255) is known color: Hippie Green. HEX triplet: 5A, 82 and 55. RGB value is (90,130,85). Sum of RGB (Red+Green+Blue) = 90+130+85=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8255 is #A57DAA. Grayscale: #717171. Windows color (decimal): -10845611 or 5603930. OLE color: 5603930.
HSL color Cylindrical-coordinate representation of color #5A8255: hue angle of 113.33º 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 #5A8255 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 90 | 130 | 85 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.49 |
| HSL | 113.33º | 0.21% | 0.42% | - |
| HSV(B) | 113.33º | 0.35% | 0.51% | - |
| XYZ | 13.84 | 18.79 | 11.49 | - |
| YUV | 112.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 85 | 0.31 | 0 | 0.35 | 0.49 | 113.33 | 0.21 | 0.42 |
| Hex | 5A | 82 | 55 | 1F | 0 | 23 | 31 | 71 | 15 | 2A |
| Octal | 132 | 202 | 125 | 37 | 0 | 43 | 61 | 161 | 25 | 52 |
| Binary | 1011010 | 10000010 | 1010101 | 11111 | 0 | 100011 | 110001 | 1110001 | 10101 | 101010 |
Color Harmonies of #5A8255
Complementary color
Monochromatic Colors of #5A8255
Black with #5A8255
Text Example
Text Example
White with #5A8255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8255; }
p { color: rgb(90,130,85); }
H1.HeaderClassName
{
color: #5A8255;
}
.AnyTagClassName
{
color: #5A8255;
}
</style>
background-color css
<style>
a { background-color: #5A8255; }
a { background-color: rgb(90,130,85); }
div.DivClassName
{
background-color: #5A8255;
}
.BgClassName
{
background-color: #5A8255;
}
</style>
border-color css
<style>
span { border-color: #5A8255; }
span { border-color: rgb(90,130,85); }
td.TdClassName
{
border-color: #5A8255;
}
.TagClassName
{
border-color: #5A8255;
}
</style>