Shades of Hippie Green #5C9561
Tints of Hippie Green #5C9561
RGB
CMYK
RGB Variations
Color information
#5C9561 (or 0x5C9561) is known color: Hippie Green. HEX triplet: 5C, 95 and 61. RGB value is (92,149,97). Sum of RGB (Red+Green+Blue) = 92+149+97=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #5C9561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9561 is #A36A9E. Grayscale: #7E7E7E. Windows color (decimal): -10709663 or 6395228. OLE color: 6395228.
HSL color Cylindrical-coordinate representation of color #5C9561: hue angle of 125.26º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C9561 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 149 | 97 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.42 |
| HSL | 125.26º | 0.24% | 0.47% | - |
| HSV(B) | 125.26º | 0.38% | 0.58% | - |
| XYZ | 17.32 | 24.63 | 15.15 | - |
| YUV | 126.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 149 | 97 | 0.38 | 0 | 0.35 | 0.42 | 125.26 | 0.24 | 0.47 |
| Hex | 5C | 95 | 61 | 26 | 0 | 23 | 2A | 7D | 18 | 2F |
| Octal | 134 | 225 | 141 | 46 | 0 | 43 | 52 | 175 | 30 | 57 |
| Binary | 1011100 | 10010101 | 1100001 | 100110 | 0 | 100011 | 101010 | 1111101 | 11000 | 101111 |
Color Harmonies of #5C9561
Complementary color
Monochromatic Colors of #5C9561
Black with #5C9561
Text Example
Text Example
White with #5C9561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9561; }
p { color: rgb(92,149,97); }
H1.HeaderClassName
{
color: #5C9561;
}
.AnyTagClassName
{
color: #5C9561;
}
</style>
background-color css
<style>
a { background-color: #5C9561; }
a { background-color: rgb(92,149,97); }
div.DivClassName
{
background-color: #5C9561;
}
.BgClassName
{
background-color: #5C9561;
}
</style>
border-color css
<style>
span { border-color: #5C9561; }
span { border-color: rgb(92,149,97); }
td.TdClassName
{
border-color: #5C9561;
}
.TagClassName
{
border-color: #5C9561;
}
</style>