Shades of Hippie Green #5B975D
Tints of Hippie Green #5B975D
RGB
CMYK
RGB Variations
Color information
#5B975D (or 0x5B975D) is known color: Hippie Green. HEX triplet: 5B, 97 and 5D. RGB value is (91,151,93). Sum of RGB (Red+Green+Blue) = 91+151+93=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #5B975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B975D is #A468A2. Grayscale: #7E7E7E. Windows color (decimal): -10774691 or 6133595. OLE color: 6133595.
HSL color Cylindrical-coordinate representation of color #5B975D: hue angle of 122º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B975D is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 93 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.41 |
| HSL | 122º | 0.25% | 0.47% | - |
| HSV(B) | 122º | 0.4% | 0.59% | - |
| XYZ | 17.36 | 25.15 | 14.3 | - |
| YUV | 126.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 93 | 0.40 | 0 | 0.38 | 0.41 | 122 | 0.25 | 0.47 |
| Hex | 5B | 97 | 5D | 28 | 0 | 26 | 29 | 7A | 19 | 2F |
| Octal | 133 | 227 | 135 | 50 | 0 | 46 | 51 | 172 | 31 | 57 |
| Binary | 1011011 | 10010111 | 1011101 | 101000 | 0 | 100110 | 101001 | 1111010 | 11001 | 101111 |
Color Harmonies of #5B975D
Complementary color
Monochromatic Colors of #5B975D
Black with #5B975D
Text Example
Text Example
White with #5B975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B975D; }
p { color: rgb(91,151,93); }
H1.HeaderClassName
{
color: #5B975D;
}
.AnyTagClassName
{
color: #5B975D;
}
</style>
background-color css
<style>
a { background-color: #5B975D; }
a { background-color: rgb(91,151,93); }
div.DivClassName
{
background-color: #5B975D;
}
.BgClassName
{
background-color: #5B975D;
}
</style>
border-color css
<style>
span { border-color: #5B975D; }
span { border-color: rgb(91,151,93); }
td.TdClassName
{
border-color: #5B975D;
}
.TagClassName
{
border-color: #5B975D;
}
</style>