Shades of Hippie Green #5C8F62
Tints of Hippie Green #5C8F62
RGB
CMYK
RGB Variations
Color information
#5C8F62 (or 0x5C8F62) is known color: Hippie Green. HEX triplet: 5C, 8F and 62. RGB value is (92,143,98). Sum of RGB (Red+Green+Blue) = 92+143+98=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 143 - color contains mainly: green. Hex color #5C8F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8F62 is #A3709D. Grayscale: #7A7A7A. Windows color (decimal): -10711198 or 6459228. OLE color: 6459228.
HSL color Cylindrical-coordinate representation of color #5C8F62: hue angle of 127.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C8F62 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 143 | 98 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.44 |
| HSL | 127.06º | 0.22% | 0.46% | - |
| HSV(B) | 127.06º | 0.36% | 0.56% | - |
| XYZ | 16.44 | 22.8 | 15.09 | - |
| YUV | 122.62 | 114.1 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 143 | 98 | 0.36 | 0 | 0.31 | 0.44 | 127.06 | 0.22 | 0.46 |
| Hex | 5C | 8F | 62 | 24 | 0 | 1F | 2C | 7F | 16 | 2E |
| Octal | 134 | 217 | 142 | 44 | 0 | 37 | 54 | 177 | 26 | 56 |
| Binary | 1011100 | 10001111 | 1100010 | 100100 | 0 | 11111 | 101100 | 1111111 | 10110 | 101110 |
Color Harmonies of #5C8F62
Complementary color
Monochromatic Colors of #5C8F62
Black with #5C8F62
Text Example
Text Example
White with #5C8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8F62; }
p { color: rgb(92,143,98); }
H1.HeaderClassName
{
color: #5C8F62;
}
.AnyTagClassName
{
color: #5C8F62;
}
</style>
background-color css
<style>
a { background-color: #5C8F62; }
a { background-color: rgb(92,143,98); }
div.DivClassName
{
background-color: #5C8F62;
}
.BgClassName
{
background-color: #5C8F62;
}
</style>
border-color css
<style>
span { border-color: #5C8F62; }
span { border-color: rgb(92,143,98); }
td.TdClassName
{
border-color: #5C8F62;
}
.TagClassName
{
border-color: #5C8F62;
}
</style>