Shades of Hippie Green #5B905B
Tints of Hippie Green #5B905B
RGB
CMYK
RGB Variations
Color information
#5B905B (or 0x5B905B) is known color: Hippie Green. HEX triplet: 5B, 90 and 5B. RGB value is (91,144,91). Sum of RGB (Red+Green+Blue) = 91+144+91=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #5B905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B905B is #A46FA4. Grayscale: #7A7A7A. Windows color (decimal): -10776485 or 6000731. OLE color: 6000731.
HSL color Cylindrical-coordinate representation of color #5B905B: hue angle of 120º 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 #5B905B is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 144 | 91 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.44 |
| HSL | 120º | 0.23% | 0.46% | - |
| HSV(B) | 120º | 0.37% | 0.56% | - |
| XYZ | 16.18 | 22.93 | 13.47 | - |
| YUV | 122.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 144 | 91 | 0.37 | 0 | 0.37 | 0.44 | 120 | 0.23 | 0.46 |
| Hex | 5B | 90 | 5B | 25 | 0 | 25 | 2C | 78 | 17 | 2E |
| Octal | 133 | 220 | 133 | 45 | 0 | 45 | 54 | 170 | 27 | 56 |
| Binary | 1011011 | 10010000 | 1011011 | 100101 | 0 | 100101 | 101100 | 1111000 | 10111 | 101110 |
Color Harmonies of #5B905B
Complementary color
Monochromatic Colors of #5B905B
Black with #5B905B
Text Example
Text Example
White with #5B905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B905B; }
p { color: rgb(91,144,91); }
H1.HeaderClassName
{
color: #5B905B;
}
.AnyTagClassName
{
color: #5B905B;
}
</style>
background-color css
<style>
a { background-color: #5B905B; }
a { background-color: rgb(91,144,91); }
div.DivClassName
{
background-color: #5B905B;
}
.BgClassName
{
background-color: #5B905B;
}
</style>
border-color css
<style>
span { border-color: #5B905B; }
span { border-color: rgb(91,144,91); }
td.TdClassName
{
border-color: #5B905B;
}
.TagClassName
{
border-color: #5B905B;
}
</style>