Shades of Hippie Green #5B905D
Tints of Hippie Green #5B905D
RGB
CMYK
RGB Variations
Color information
#5B905D (or 0x5B905D) is known color: Hippie Green. HEX triplet: 5B, 90 and 5D. RGB value is (91,144,93). Sum of RGB (Red+Green+Blue) = 91+144+93=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #5B905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B905D is #A46FA2. Grayscale: #7A7A7A. Windows color (decimal): -10776483 or 6131803. OLE color: 6131803.
HSL color Cylindrical-coordinate representation of color #5B905D: hue angle of 122.26º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B905D is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 93 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.44 |
| HSL | 122.26º | 0.23% | 0.46% | - |
| HSV(B) | 122.26º | 0.37% | 0.56% | - |
| XYZ | 16.26 | 22.96 | 13.93 | - |
| YUV | 122.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 93 | 0.37 | 0 | 0.35 | 0.44 | 122.26 | 0.23 | 0.46 |
| Hex | 5B | 90 | 5D | 25 | 0 | 23 | 2C | 7A | 17 | 2E |
| Octal | 133 | 220 | 135 | 45 | 0 | 43 | 54 | 172 | 27 | 56 |
| Binary | 1011011 | 10010000 | 1011101 | 100101 | 0 | 100011 | 101100 | 1111010 | 10111 | 101110 |
Color Harmonies of #5B905D
Complementary color
Monochromatic Colors of #5B905D
Black with #5B905D
Text Example
Text Example
White with #5B905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B905D; }
p { color: rgb(91,144,93); }
H1.HeaderClassName
{
color: #5B905D;
}
.AnyTagClassName
{
color: #5B905D;
}
</style>
background-color css
<style>
a { background-color: #5B905D; }
a { background-color: rgb(91,144,93); }
div.DivClassName
{
background-color: #5B905D;
}
.BgClassName
{
background-color: #5B905D;
}
</style>
border-color css
<style>
span { border-color: #5B905D; }
span { border-color: rgb(91,144,93); }
td.TdClassName
{
border-color: #5B905D;
}
.TagClassName
{
border-color: #5B905D;
}
</style>