Shades of Hippie Green #5B9C4D
Tints of Hippie Green #5B9C4D
RGB
CMYK
RGB Variations
Color information
#5B9C4D (or 0x5B9C4D) is known color: Hippie Green. HEX triplet: 5B, 9C and 4D. RGB value is (91,156,77). Sum of RGB (Red+Green+Blue) = 91+156+77=324 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.09% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9C4D is #A463B2. Grayscale: #7F7F7F. Windows color (decimal): -10773427 or 5086299. OLE color: 5086299.
HSL color Cylindrical-coordinate representation of color #5B9C4D: hue angle of 109.37º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B9C4D is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 156 | 77 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.39 |
| HSL | 109.37º | 0.34% | 0.46% | - |
| HSV(B) | 109.37º | 0.51% | 0.61% | - |
| XYZ | 17.54 | 26.54 | 11.22 | - |
| YUV | 127.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 77 | 0.42 | 0 | 0.51 | 0.39 | 109.37 | 0.34 | 0.46 |
| Hex | 5B | 9C | 4D | 2A | 0 | 33 | 27 | 6D | 22 | 2E |
| Octal | 133 | 234 | 115 | 52 | 0 | 63 | 47 | 155 | 42 | 56 |
| Binary | 1011011 | 10011100 | 1001101 | 101010 | 0 | 110011 | 100111 | 1101101 | 100010 | 101110 |
Color Harmonies of #5B9C4D
Complementary color
Monochromatic Colors of #5B9C4D
Black with #5B9C4D
Text Example
Text Example
White with #5B9C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9C4D; }
p { color: rgb(91,156,77); }
H1.HeaderClassName
{
color: #5B9C4D;
}
.AnyTagClassName
{
color: #5B9C4D;
}
</style>
background-color css
<style>
a { background-color: #5B9C4D; }
a { background-color: rgb(91,156,77); }
div.DivClassName
{
background-color: #5B9C4D;
}
.BgClassName
{
background-color: #5B9C4D;
}
</style>
border-color css
<style>
span { border-color: #5B9C4D; }
span { border-color: rgb(91,156,77); }
td.TdClassName
{
border-color: #5B9C4D;
}
.TagClassName
{
border-color: #5B9C4D;
}
</style>