Shades of Hippie Green #5B9957
Tints of Hippie Green #5B9957
RGB
CMYK
RGB Variations
Color information
#5B9957 (or 0x5B9957) is known color: Hippie Green. HEX triplet: 5B, 99 and 57. RGB value is (91,153,87). Sum of RGB (Red+Green+Blue) = 91+153+87=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #5B9957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9957 is #A466A8. Grayscale: #7F7F7F. Windows color (decimal): -10774185 or 5740891. OLE color: 5740891.
HSL color Cylindrical-coordinate representation of color #5B9957: hue angle of 116.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B9957 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 87 | - |
| CMYK | 0.41 | 0 | 0.43 | 0.4 |
| HSL | 116.36º | 0.28% | 0.47% | - |
| HSV(B) | 116.36º | 0.43% | 0.6% | - |
| XYZ | 17.43 | 25.69 | 13.06 | - |
| YUV | 126.94 | 105.46 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 87 | 0.41 | 0 | 0.43 | 0.4 | 116.36 | 0.28 | 0.47 |
| Hex | 5B | 99 | 57 | 29 | 0 | 2B | 28 | 74 | 1C | 2F |
| Octal | 133 | 231 | 127 | 51 | 0 | 53 | 50 | 164 | 34 | 57 |
| Binary | 1011011 | 10011001 | 1010111 | 101001 | 0 | 101011 | 101000 | 1110100 | 11100 | 101111 |
Color Harmonies of #5B9957
Complementary color
Monochromatic Colors of #5B9957
Black with #5B9957
Text Example
Text Example
White with #5B9957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9957; }
p { color: rgb(91,153,87); }
H1.HeaderClassName
{
color: #5B9957;
}
.AnyTagClassName
{
color: #5B9957;
}
</style>
background-color css
<style>
a { background-color: #5B9957; }
a { background-color: rgb(91,153,87); }
div.DivClassName
{
background-color: #5B9957;
}
.BgClassName
{
background-color: #5B9957;
}
</style>
border-color css
<style>
span { border-color: #5B9957; }
span { border-color: rgb(91,153,87); }
td.TdClassName
{
border-color: #5B9957;
}
.TagClassName
{
border-color: #5B9957;
}
</style>