Shades of Hippie Green #5C875B
Tints of Hippie Green #5C875B
RGB
CMYK
RGB Variations
Color information
#5C875B (or 0x5C875B) is known color: Hippie Green. HEX triplet: 5C, 87 and 5B. RGB value is (92,135,91). Sum of RGB (Red+Green+Blue) = 92+135+91=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #5C875B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C875B is #A378A4. Grayscale: #757575. Windows color (decimal): -10713253 or 5998428. OLE color: 5998428.
HSL color Cylindrical-coordinate representation of color #5C875B: hue angle of 118.64º 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 #5C875B is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 91 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.47 |
| HSL | 118.64º | 0.19% | 0.44% | - |
| HSV(B) | 118.64º | 0.33% | 0.53% | - |
| XYZ | 14.97 | 20.36 | 13.04 | - |
| YUV | 117.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 91 | 0.32 | 0 | 0.33 | 0.47 | 118.64 | 0.19 | 0.44 |
| Hex | 5C | 87 | 5B | 20 | 0 | 21 | 2F | 77 | 13 | 2C |
| Octal | 134 | 207 | 133 | 40 | 0 | 41 | 57 | 167 | 23 | 54 |
| Binary | 1011100 | 10000111 | 1011011 | 100000 | 0 | 100001 | 101111 | 1110111 | 10011 | 101100 |
Color Harmonies of #5C875B
Complementary color
Monochromatic Colors of #5C875B
Black with #5C875B
Text Example
Text Example
White with #5C875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C875B; }
p { color: rgb(92,135,91); }
H1.HeaderClassName
{
color: #5C875B;
}
.AnyTagClassName
{
color: #5C875B;
}
</style>
background-color css
<style>
a { background-color: #5C875B; }
a { background-color: rgb(92,135,91); }
div.DivClassName
{
background-color: #5C875B;
}
.BgClassName
{
background-color: #5C875B;
}
</style>
border-color css
<style>
span { border-color: #5C875B; }
span { border-color: rgb(92,135,91); }
td.TdClassName
{
border-color: #5C875B;
}
.TagClassName
{
border-color: #5C875B;
}
</style>