Shades of Hippie Green #5B9058
Tints of Hippie Green #5B9058
RGB
CMYK
RGB Variations
Color information
#5B9058 (or 0x5B9058) is known color: Hippie Green. HEX triplet: 5B, 90 and 58. RGB value is (91,144,88). Sum of RGB (Red+Green+Blue) = 91+144+88=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #5B9058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9058 is #A46FA7. Grayscale: #797979. Windows color (decimal): -10776488 or 5804123. OLE color: 5804123.
HSL color Cylindrical-coordinate representation of color #5B9058: hue angle of 116.79º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9058 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 88 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.44 |
| HSL | 116.79º | 0.24% | 0.45% | - |
| HSV(B) | 116.79º | 0.39% | 0.56% | - |
| XYZ | 16.05 | 22.88 | 12.8 | - |
| YUV | 121.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 88 | 0.37 | 0 | 0.39 | 0.44 | 116.79 | 0.24 | 0.45 |
| Hex | 5B | 90 | 58 | 25 | 0 | 27 | 2C | 75 | 18 | 2D |
| Octal | 133 | 220 | 130 | 45 | 0 | 47 | 54 | 165 | 30 | 55 |
| Binary | 1011011 | 10010000 | 1011000 | 100101 | 0 | 100111 | 101100 | 1110101 | 11000 | 101101 |
Color Harmonies of #5B9058
Complementary color
Monochromatic Colors of #5B9058
Black with #5B9058
Text Example
Text Example
White with #5B9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9058; }
p { color: rgb(91,144,88); }
H1.HeaderClassName
{
color: #5B9058;
}
.AnyTagClassName
{
color: #5B9058;
}
</style>
background-color css
<style>
a { background-color: #5B9058; }
a { background-color: rgb(91,144,88); }
div.DivClassName
{
background-color: #5B9058;
}
.BgClassName
{
background-color: #5B9058;
}
</style>
border-color css
<style>
span { border-color: #5B9058; }
span { border-color: rgb(91,144,88); }
td.TdClassName
{
border-color: #5B9058;
}
.TagClassName
{
border-color: #5B9058;
}
</style>