Shades of Hippie Green #5B9749
Tints of Hippie Green #5B9749
RGB
CMYK
RGB Variations
Color information
#5B9749 (or 0x5B9749) is known color: Hippie Green. HEX triplet: 5B, 97 and 49. RGB value is (91,151,73). Sum of RGB (Red+Green+Blue) = 91+151+73=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9749 is #A468B6. Grayscale: #7C7C7C. Windows color (decimal): -10774711 or 4822875. OLE color: 4822875.
HSL color Cylindrical-coordinate representation of color #5B9749: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B9749 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 73 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.41 |
| HSL | 106.15º | 0.35% | 0.44% | - |
| HSV(B) | 106.15º | 0.52% | 0.59% | - |
| XYZ | 16.58 | 24.84 | 10.22 | - |
| YUV | 124.17 | 99.12 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 73 | 0.40 | 0 | 0.52 | 0.41 | 106.15 | 0.35 | 0.44 |
| Hex | 5B | 97 | 49 | 28 | 0 | 34 | 29 | 6A | 23 | 2C |
| Octal | 133 | 227 | 111 | 50 | 0 | 64 | 51 | 152 | 43 | 54 |
| Binary | 1011011 | 10010111 | 1001001 | 101000 | 0 | 110100 | 101001 | 1101010 | 100011 | 101100 |
Color Harmonies of #5B9749
Complementary color
Monochromatic Colors of #5B9749
Black with #5B9749
Text Example
Text Example
White with #5B9749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9749; }
p { color: rgb(91,151,73); }
H1.HeaderClassName
{
color: #5B9749;
}
.AnyTagClassName
{
color: #5B9749;
}
</style>
background-color css
<style>
a { background-color: #5B9749; }
a { background-color: rgb(91,151,73); }
div.DivClassName
{
background-color: #5B9749;
}
.BgClassName
{
background-color: #5B9749;
}
</style>
border-color css
<style>
span { border-color: #5B9749; }
span { border-color: rgb(91,151,73); }
td.TdClassName
{
border-color: #5B9749;
}
.TagClassName
{
border-color: #5B9749;
}
</style>