Shades of Hippie Green #5C8856
Tints of Hippie Green #5C8856
RGB
CMYK
RGB Variations
Color information
#5C8856 (or 0x5C8856) is known color: Hippie Green. HEX triplet: 5C, 88 and 56. RGB value is (92,136,86). Sum of RGB (Red+Green+Blue) = 92+136+86=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8856 is #A377A9. Grayscale: #757575. Windows color (decimal): -10713002 or 5671004. OLE color: 5671004.
HSL color Cylindrical-coordinate representation of color #5C8856: hue angle of 112.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C8856 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 86 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.47 |
| HSL | 112.8º | 0.23% | 0.44% | - |
| HSV(B) | 112.8º | 0.37% | 0.53% | - |
| XYZ | 14.9 | 20.56 | 11.99 | - |
| YUV | 117.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 86 | 0.32 | 0 | 0.37 | 0.47 | 112.8 | 0.23 | 0.44 |
| Hex | 5C | 88 | 56 | 20 | 0 | 25 | 2F | 71 | 17 | 2C |
| Octal | 134 | 210 | 126 | 40 | 0 | 45 | 57 | 161 | 27 | 54 |
| Binary | 1011100 | 10001000 | 1010110 | 100000 | 0 | 100101 | 101111 | 1110001 | 10111 | 101100 |
Color Harmonies of #5C8856
Complementary color
Monochromatic Colors of #5C8856
Black with #5C8856
Text Example
Text Example
White with #5C8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8856; }
p { color: rgb(92,136,86); }
H1.HeaderClassName
{
color: #5C8856;
}
.AnyTagClassName
{
color: #5C8856;
}
</style>
background-color css
<style>
a { background-color: #5C8856; }
a { background-color: rgb(92,136,86); }
div.DivClassName
{
background-color: #5C8856;
}
.BgClassName
{
background-color: #5C8856;
}
</style>
border-color css
<style>
span { border-color: #5C8856; }
span { border-color: rgb(92,136,86); }
td.TdClassName
{
border-color: #5C8856;
}
.TagClassName
{
border-color: #5C8856;
}
</style>