Shades of Hippie Green #5B9457
Tints of Hippie Green #5B9457
RGB
CMYK
RGB Variations
Color information
#5B9457 (or 0x5B9457) is known color: Hippie Green. HEX triplet: 5B, 94 and 57. RGB value is (91,148,87). Sum of RGB (Red+Green+Blue) = 91+148+87=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9457 is #A46BA8. Grayscale: #7C7C7C. Windows color (decimal): -10775465 or 5739611. OLE color: 5739611.
HSL color Cylindrical-coordinate representation of color #5B9457: hue angle of 116.07º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9457 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 148 | 87 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.42 |
| HSL | 116.07º | 0.26% | 0.46% | - |
| HSV(B) | 116.07º | 0.41% | 0.58% | - |
| XYZ | 16.62 | 24.09 | 12.79 | - |
| YUV | 124 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 148 | 87 | 0.39 | 0 | 0.41 | 0.42 | 116.07 | 0.26 | 0.46 |
| Hex | 5B | 94 | 57 | 27 | 0 | 29 | 2A | 74 | 1A | 2E |
| Octal | 133 | 224 | 127 | 47 | 0 | 51 | 52 | 164 | 32 | 56 |
| Binary | 1011011 | 10010100 | 1010111 | 100111 | 0 | 101001 | 101010 | 1110100 | 11010 | 101110 |
Color Harmonies of #5B9457
Complementary color
Monochromatic Colors of #5B9457
Black with #5B9457
Text Example
Text Example
White with #5B9457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9457; }
p { color: rgb(91,148,87); }
H1.HeaderClassName
{
color: #5B9457;
}
.AnyTagClassName
{
color: #5B9457;
}
</style>
background-color css
<style>
a { background-color: #5B9457; }
a { background-color: rgb(91,148,87); }
div.DivClassName
{
background-color: #5B9457;
}
.BgClassName
{
background-color: #5B9457;
}
</style>
border-color css
<style>
span { border-color: #5B9457; }
span { border-color: rgb(91,148,87); }
td.TdClassName
{
border-color: #5B9457;
}
.TagClassName
{
border-color: #5B9457;
}
</style>