Shades of Hippie Green #5B995B
Tints of Hippie Green #5B995B
RGB
CMYK
RGB Variations
Color information
#5B995B (or 0x5B995B) is known color: Hippie Green. HEX triplet: 5B, 99 and 5B. RGB value is (91,153,91). Sum of RGB (Red+Green+Blue) = 91+153+91=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #5B995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B995B is #A466A4. Grayscale: #7F7F7F. Windows color (decimal): -10774181 or 6003035. OLE color: 6003035.
HSL color Cylindrical-coordinate representation of color #5B995B: hue angle of 120º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B995B is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 91 | 153 | 91 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.4 |
| HSL | 120º | 0.25% | 0.48% | - |
| HSV(B) | 120º | 0.41% | 0.6% | - |
| XYZ | 17.59 | 25.76 | 13.94 | - |
| YUV | 127.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 91 | 0.41 | 0 | 0.41 | 0.4 | 120 | 0.25 | 0.48 |
| Hex | 5B | 99 | 5B | 29 | 0 | 29 | 28 | 78 | 19 | 30 |
| Octal | 133 | 231 | 133 | 51 | 0 | 51 | 50 | 170 | 31 | 60 |
| Binary | 1011011 | 10011001 | 1011011 | 101001 | 0 | 101001 | 101000 | 1111000 | 11001 | 110000 |
Color Harmonies of #5B995B
Complementary color
Monochromatic Colors of #5B995B
Black with #5B995B
Text Example
Text Example
White with #5B995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B995B; }
p { color: rgb(91,153,91); }
H1.HeaderClassName
{
color: #5B995B;
}
.AnyTagClassName
{
color: #5B995B;
}
</style>
background-color css
<style>
a { background-color: #5B995B; }
a { background-color: rgb(91,153,91); }
div.DivClassName
{
background-color: #5B995B;
}
.BgClassName
{
background-color: #5B995B;
}
</style>
border-color css
<style>
span { border-color: #5B995B; }
span { border-color: rgb(91,153,91); }
td.TdClassName
{
border-color: #5B995B;
}
.TagClassName
{
border-color: #5B995B;
}
</style>