Shades of Hippie Green #5B875C
Tints of Hippie Green #5B875C
RGB
CMYK
RGB Variations
Color information
#5B875C (or 0x5B875C) is known color: Hippie Green. HEX triplet: 5B, 87 and 5C. RGB value is (91,135,92). Sum of RGB (Red+Green+Blue) = 91+135+92=318 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.62% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #5B875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B875C is #A478A3. Grayscale: #757575. Windows color (decimal): -10778788 or 6063963. OLE color: 6063963.
HSL color Cylindrical-coordinate representation of color #5B875C: hue angle of 121.36º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B875C is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 135 | 92 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.47 |
| HSL | 121.36º | 0.19% | 0.44% | - |
| HSV(B) | 121.36º | 0.33% | 0.53% | - |
| XYZ | 14.91 | 20.32 | 13.26 | - |
| YUV | 116.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 92 | 0.33 | 0 | 0.32 | 0.47 | 121.36 | 0.19 | 0.44 |
| Hex | 5B | 87 | 5C | 21 | 0 | 20 | 2F | 79 | 13 | 2C |
| Octal | 133 | 207 | 134 | 41 | 0 | 40 | 57 | 171 | 23 | 54 |
| Binary | 1011011 | 10000111 | 1011100 | 100001 | 0 | 100000 | 101111 | 1111001 | 10011 | 101100 |
Color Harmonies of #5B875C
Complementary color
Monochromatic Colors of #5B875C
Black with #5B875C
Text Example
Text Example
White with #5B875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B875C; }
p { color: rgb(91,135,92); }
H1.HeaderClassName
{
color: #5B875C;
}
.AnyTagClassName
{
color: #5B875C;
}
</style>
background-color css
<style>
a { background-color: #5B875C; }
a { background-color: rgb(91,135,92); }
div.DivClassName
{
background-color: #5B875C;
}
.BgClassName
{
background-color: #5B875C;
}
</style>
border-color css
<style>
span { border-color: #5B875C; }
span { border-color: rgb(91,135,92); }
td.TdClassName
{
border-color: #5B875C;
}
.TagClassName
{
border-color: #5B875C;
}
</style>