Shades of Hippie Green #5C9155
Tints of Hippie Green #5C9155
RGB
CMYK
RGB Variations
Color information
#5C9155 (or 0x5C9155) is known color: Hippie Green. HEX triplet: 5C, 91 and 55. RGB value is (92,145,85). Sum of RGB (Red+Green+Blue) = 92+145+85=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9155 is #A36EAA. Grayscale: #7A7A7A. Windows color (decimal): -10710699 or 5607772. OLE color: 5607772.
HSL color Cylindrical-coordinate representation of color #5C9155: hue angle of 113º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9155 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 145 | 85 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.43 |
| HSL | 113º | 0.26% | 0.45% | - |
| HSV(B) | 113º | 0.41% | 0.57% | - |
| XYZ | 16.18 | 23.18 | 12.22 | - |
| YUV | 122.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 145 | 85 | 0.37 | 0 | 0.41 | 0.43 | 113 | 0.26 | 0.45 |
| Hex | 5C | 91 | 55 | 25 | 0 | 29 | 2B | 71 | 1A | 2D |
| Octal | 134 | 221 | 125 | 45 | 0 | 51 | 53 | 161 | 32 | 55 |
| Binary | 1011100 | 10010001 | 1010101 | 100101 | 0 | 101001 | 101011 | 1110001 | 11010 | 101101 |
Color Harmonies of #5C9155
Complementary color
Monochromatic Colors of #5C9155
Black with #5C9155
Text Example
Text Example
White with #5C9155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9155; }
p { color: rgb(92,145,85); }
H1.HeaderClassName
{
color: #5C9155;
}
.AnyTagClassName
{
color: #5C9155;
}
</style>
background-color css
<style>
a { background-color: #5C9155; }
a { background-color: rgb(92,145,85); }
div.DivClassName
{
background-color: #5C9155;
}
.BgClassName
{
background-color: #5C9155;
}
</style>
border-color css
<style>
span { border-color: #5C9155; }
span { border-color: rgb(92,145,85); }
td.TdClassName
{
border-color: #5C9155;
}
.TagClassName
{
border-color: #5C9155;
}
</style>