Shades of Hippie Green #5B9658
Tints of Hippie Green #5B9658
RGB
CMYK
RGB Variations
Color information
#5B9658 (or 0x5B9658) is known color: Hippie Green. HEX triplet: 5B, 96 and 58. RGB value is (91,150,88). Sum of RGB (Red+Green+Blue) = 91+150+88=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9658 is #A469A7. Grayscale: #7D7D7D. Windows color (decimal): -10774952 or 5805659. OLE color: 5805659.
HSL color Cylindrical-coordinate representation of color #5B9658: hue angle of 117.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9658 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 88 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.41 |
| HSL | 117.1º | 0.26% | 0.47% | - |
| HSV(B) | 117.1º | 0.41% | 0.59% | - |
| XYZ | 16.98 | 24.74 | 13.11 | - |
| YUV | 125.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 88 | 0.39 | 0 | 0.41 | 0.41 | 117.1 | 0.26 | 0.47 |
| Hex | 5B | 96 | 58 | 27 | 0 | 29 | 29 | 75 | 1A | 2F |
| Octal | 133 | 226 | 130 | 47 | 0 | 51 | 51 | 165 | 32 | 57 |
| Binary | 1011011 | 10010110 | 1011000 | 100111 | 0 | 101001 | 101001 | 1110101 | 11010 | 101111 |
Color Harmonies of #5B9658
Complementary color
Monochromatic Colors of #5B9658
Black with #5B9658
Text Example
Text Example
White with #5B9658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9658; }
p { color: rgb(91,150,88); }
H1.HeaderClassName
{
color: #5B9658;
}
.AnyTagClassName
{
color: #5B9658;
}
</style>
background-color css
<style>
a { background-color: #5B9658; }
a { background-color: rgb(91,150,88); }
div.DivClassName
{
background-color: #5B9658;
}
.BgClassName
{
background-color: #5B9658;
}
</style>
border-color css
<style>
span { border-color: #5B9658; }
span { border-color: rgb(91,150,88); }
td.TdClassName
{
border-color: #5B9658;
}
.TagClassName
{
border-color: #5B9658;
}
</style>