Shades of Hippie Green #5B845F
Tints of Hippie Green #5B845F
RGB
CMYK
RGB Variations
Color information
#5B845F (or 0x5B845F) is known color: Hippie Green. HEX triplet: 5B, 84 and 5F. RGB value is (91,132,95). Sum of RGB (Red+Green+Blue) = 91+132+95=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #5B845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B845F is #A47BA0. Grayscale: #737373. Windows color (decimal): -10779553 or 6259803. OLE color: 6259803.
HSL color Cylindrical-coordinate representation of color #5B845F: hue angle of 125.85º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5B845F is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 95 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.48 |
| HSL | 125.85º | 0.18% | 0.44% | - |
| HSV(B) | 125.85º | 0.31% | 0.52% | - |
| XYZ | 14.63 | 19.55 | 13.83 | - |
| YUV | 115.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 95 | 0.31 | 0 | 0.28 | 0.48 | 125.85 | 0.18 | 0.44 |
| Hex | 5B | 84 | 5F | 1F | 0 | 1C | 30 | 7E | 12 | 2C |
| Octal | 133 | 204 | 137 | 37 | 0 | 34 | 60 | 176 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1011111 | 11111 | 0 | 11100 | 110000 | 1111110 | 10010 | 101100 |
Color Harmonies of #5B845F
Complementary color
Monochromatic Colors of #5B845F
Black with #5B845F
Text Example
Text Example
White with #5B845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B845F; }
p { color: rgb(91,132,95); }
H1.HeaderClassName
{
color: #5B845F;
}
.AnyTagClassName
{
color: #5B845F;
}
</style>
background-color css
<style>
a { background-color: #5B845F; }
a { background-color: rgb(91,132,95); }
div.DivClassName
{
background-color: #5B845F;
}
.BgClassName
{
background-color: #5B845F;
}
</style>
border-color css
<style>
span { border-color: #5B845F; }
span { border-color: rgb(91,132,95); }
td.TdClassName
{
border-color: #5B845F;
}
.TagClassName
{
border-color: #5B845F;
}
</style>