Shades of Hippie Green #5C9360
Tints of Hippie Green #5C9360
RGB
CMYK
RGB Variations
Color information
#5C9360 (or 0x5C9360) is known color: Hippie Green. HEX triplet: 5C, 93 and 60. RGB value is (92,147,96). Sum of RGB (Red+Green+Blue) = 92+147+96=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 147 (57.81% from 255 or 43.88% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 147 - color contains mainly: green. Hex color #5C9360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9360 is #A36C9F. Grayscale: #7C7C7C. Windows color (decimal): -10710176 or 6329180. OLE color: 6329180.
HSL color Cylindrical-coordinate representation of color #5C9360: hue angle of 124.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9360 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 147 | 96 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.42 |
| HSL | 124.36º | 0.23% | 0.47% | - |
| HSV(B) | 124.36º | 0.37% | 0.58% | - |
| XYZ | 16.96 | 23.99 | 14.8 | - |
| YUV | 124.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 147 | 96 | 0.37 | 0 | 0.35 | 0.42 | 124.36 | 0.23 | 0.47 |
| Hex | 5C | 93 | 60 | 25 | 0 | 23 | 2A | 7C | 17 | 2F |
| Octal | 134 | 223 | 140 | 45 | 0 | 43 | 52 | 174 | 27 | 57 |
| Binary | 1011100 | 10010011 | 1100000 | 100101 | 0 | 100011 | 101010 | 1111100 | 10111 | 101111 |
Color Harmonies of #5C9360
Complementary color
Monochromatic Colors of #5C9360
Black with #5C9360
Text Example
Text Example
White with #5C9360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9360; }
p { color: rgb(92,147,96); }
H1.HeaderClassName
{
color: #5C9360;
}
.AnyTagClassName
{
color: #5C9360;
}
</style>
background-color css
<style>
a { background-color: #5C9360; }
a { background-color: rgb(92,147,96); }
div.DivClassName
{
background-color: #5C9360;
}
.BgClassName
{
background-color: #5C9360;
}
</style>
border-color css
<style>
span { border-color: #5C9360; }
span { border-color: rgb(92,147,96); }
td.TdClassName
{
border-color: #5C9360;
}
.TagClassName
{
border-color: #5C9360;
}
</style>