Shades of Hippie Green #5A8058
Tints of Hippie Green #5A8058
RGB
CMYK
RGB Variations
Color information
#5A8058 (or 0x5A8058) is known color: Hippie Green. HEX triplet: 5A, 80 and 58. RGB value is (90,128,88). Sum of RGB (Red+Green+Blue) = 90+128+88=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8058 is #A57FA7. Grayscale: #707070. Windows color (decimal): -10846120 or 5800026. OLE color: 5800026.
HSL color Cylindrical-coordinate representation of color #5A8058: hue angle of 117º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A8058 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 88 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.50 |
| HSL | 117º | 0.19% | 0.42% | - |
| HSV(B) | 117º | 0.31% | 0.5% | - |
| XYZ | 13.7 | 18.32 | 12.05 | - |
| YUV | 112.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 88 | 0.30 | 0 | 0.31 | 0.50 | 117 | 0.19 | 0.42 |
| Hex | 5A | 80 | 58 | 1E | 0 | 1F | 32 | 75 | 13 | 2A |
| Octal | 132 | 200 | 130 | 36 | 0 | 37 | 62 | 165 | 23 | 52 |
| Binary | 1011010 | 10000000 | 1011000 | 11110 | 0 | 11111 | 110010 | 1110101 | 10011 | 101010 |
Color Harmonies of #5A8058
Complementary color
Monochromatic Colors of #5A8058
Black with #5A8058
Text Example
Text Example
White with #5A8058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8058; }
p { color: rgb(90,128,88); }
H1.HeaderClassName
{
color: #5A8058;
}
.AnyTagClassName
{
color: #5A8058;
}
</style>
background-color css
<style>
a { background-color: #5A8058; }
a { background-color: rgb(90,128,88); }
div.DivClassName
{
background-color: #5A8058;
}
.BgClassName
{
background-color: #5A8058;
}
</style>
border-color css
<style>
span { border-color: #5A8058; }
span { border-color: rgb(90,128,88); }
td.TdClassName
{
border-color: #5A8058;
}
.TagClassName
{
border-color: #5A8058;
}
</style>