Shades of Hippie Green #5B845D
Tints of Hippie Green #5B845D
RGB
CMYK
RGB Variations
Color information
#5B845D (or 0x5B845D) is known color: Hippie Green. HEX triplet: 5B, 84 and 5D. RGB value is (91,132,93). Sum of RGB (Red+Green+Blue) = 91+132+93=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 132 - color contains mainly: green. Hex color #5B845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B845D is #A47BA2. Grayscale: #737373. Windows color (decimal): -10779555 or 6128731. OLE color: 6128731.
HSL color Cylindrical-coordinate representation of color #5B845D: hue angle of 122.93º 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 #5B845D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 132 | 93 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.48 |
| HSL | 122.93º | 0.18% | 0.44% | - |
| HSV(B) | 122.93º | 0.31% | 0.52% | - |
| XYZ | 14.54 | 19.52 | 13.36 | - |
| YUV | 115.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 93 | 0.31 | 0 | 0.30 | 0.48 | 122.93 | 0.18 | 0.44 |
| Hex | 5B | 84 | 5D | 1F | 0 | 1E | 30 | 7B | 12 | 2C |
| Octal | 133 | 204 | 135 | 37 | 0 | 36 | 60 | 173 | 22 | 54 |
| Binary | 1011011 | 10000100 | 1011101 | 11111 | 0 | 11110 | 110000 | 1111011 | 10010 | 101100 |
Color Harmonies of #5B845D
Complementary color
Monochromatic Colors of #5B845D
Black with #5B845D
Text Example
Text Example
White with #5B845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B845D; }
p { color: rgb(91,132,93); }
H1.HeaderClassName
{
color: #5B845D;
}
.AnyTagClassName
{
color: #5B845D;
}
</style>
background-color css
<style>
a { background-color: #5B845D; }
a { background-color: rgb(91,132,93); }
div.DivClassName
{
background-color: #5B845D;
}
.BgClassName
{
background-color: #5B845D;
}
</style>
border-color css
<style>
span { border-color: #5B845D; }
span { border-color: rgb(91,132,93); }
td.TdClassName
{
border-color: #5B845D;
}
.TagClassName
{
border-color: #5B845D;
}
</style>