Shades of Hippie Green #5B9958
Tints of Hippie Green #5B9958
RGB
CMYK
RGB Variations
Color information
#5B9958 (or 0x5B9958) is known color: Hippie Green. HEX triplet: 5B, 99 and 58. RGB value is (91,153,88). Sum of RGB (Red+Green+Blue) = 91+153+88=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9958 is #A466A7. Grayscale: #7F7F7F. Windows color (decimal): -10774184 or 5806427. OLE color: 5806427.
HSL color Cylindrical-coordinate representation of color #5B9958: hue angle of 117.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9958 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 88 | - |
| CMYK | 0.41 | 0 | 0.42 | 0.4 |
| HSL | 117.23º | 0.27% | 0.47% | - |
| HSV(B) | 117.23º | 0.42% | 0.6% | - |
| XYZ | 17.47 | 25.71 | 13.27 | - |
| YUV | 127.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 88 | 0.41 | 0 | 0.42 | 0.4 | 117.23 | 0.27 | 0.47 |
| Hex | 5B | 99 | 58 | 29 | 0 | 2A | 28 | 75 | 1B | 2F |
| Octal | 133 | 231 | 130 | 51 | 0 | 52 | 50 | 165 | 33 | 57 |
| Binary | 1011011 | 10011001 | 1011000 | 101001 | 0 | 101010 | 101000 | 1110101 | 11011 | 101111 |
Color Harmonies of #5B9958
Complementary color
Monochromatic Colors of #5B9958
Black with #5B9958
Text Example
Text Example
White with #5B9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9958; }
p { color: rgb(91,153,88); }
H1.HeaderClassName
{
color: #5B9958;
}
.AnyTagClassName
{
color: #5B9958;
}
</style>
background-color css
<style>
a { background-color: #5B9958; }
a { background-color: rgb(91,153,88); }
div.DivClassName
{
background-color: #5B9958;
}
.BgClassName
{
background-color: #5B9958;
}
</style>
border-color css
<style>
span { border-color: #5B9958; }
span { border-color: rgb(91,153,88); }
td.TdClassName
{
border-color: #5B9958;
}
.TagClassName
{
border-color: #5B9958;
}
</style>