Shades of Hippie Green #5C965E
Tints of Hippie Green #5C965E
RGB
CMYK
RGB Variations
Color information
#5C965E (or 0x5C965E) is known color: Hippie Green. HEX triplet: 5C, 96 and 5E. RGB value is (92,150,94). Sum of RGB (Red+Green+Blue) = 92+150+94=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #5C965E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C965E is #A369A1. Grayscale: #7E7E7E. Windows color (decimal): -10709410 or 6198876. OLE color: 6198876.
HSL color Cylindrical-coordinate representation of color #5C965E: hue angle of 122.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C965E is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 92 | 150 | 94 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.41 |
| HSL | 122.07º | 0.24% | 0.47% | - |
| HSV(B) | 122.07º | 0.39% | 0.59% | - |
| XYZ | 17.34 | 24.9 | 14.48 | - |
| YUV | 126.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 150 | 94 | 0.39 | 0 | 0.37 | 0.41 | 122.07 | 0.24 | 0.47 |
| Hex | 5C | 96 | 5E | 27 | 0 | 25 | 29 | 7A | 18 | 2F |
| Octal | 134 | 226 | 136 | 47 | 0 | 45 | 51 | 172 | 30 | 57 |
| Binary | 1011100 | 10010110 | 1011110 | 100111 | 0 | 100101 | 101001 | 1111010 | 11000 | 101111 |
Color Harmonies of #5C965E
Complementary color
Monochromatic Colors of #5C965E
Black with #5C965E
Text Example
Text Example
White with #5C965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C965E; }
p { color: rgb(92,150,94); }
H1.HeaderClassName
{
color: #5C965E;
}
.AnyTagClassName
{
color: #5C965E;
}
</style>
background-color css
<style>
a { background-color: #5C965E; }
a { background-color: rgb(92,150,94); }
div.DivClassName
{
background-color: #5C965E;
}
.BgClassName
{
background-color: #5C965E;
}
</style>
border-color css
<style>
span { border-color: #5C965E; }
span { border-color: rgb(92,150,94); }
td.TdClassName
{
border-color: #5C965E;
}
.TagClassName
{
border-color: #5C965E;
}
</style>