Shades of Hippie Green #5C8658
Tints of Hippie Green #5C8658
RGB
CMYK
RGB Variations
Color information
#5C8658 (or 0x5C8658) is known color: Hippie Green. HEX triplet: 5C, 86 and 58. RGB value is (92,134,88). Sum of RGB (Red+Green+Blue) = 92+134+88=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #5C8658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8658 is #A379A7. Grayscale: #747474. Windows color (decimal): -10713512 or 5801564. OLE color: 5801564.
HSL color Cylindrical-coordinate representation of color #5C8658: hue angle of 114.78º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8658 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 88 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.47 |
| HSL | 114.78º | 0.21% | 0.44% | - |
| HSV(B) | 114.78º | 0.34% | 0.53% | - |
| XYZ | 14.7 | 20.03 | 12.32 | - |
| YUV | 116.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 88 | 0.31 | 0 | 0.34 | 0.47 | 114.78 | 0.21 | 0.44 |
| Hex | 5C | 86 | 58 | 1F | 0 | 22 | 2F | 73 | 15 | 2C |
| Octal | 134 | 206 | 130 | 37 | 0 | 42 | 57 | 163 | 25 | 54 |
| Binary | 1011100 | 10000110 | 1011000 | 11111 | 0 | 100010 | 101111 | 1110011 | 10101 | 101100 |
Color Harmonies of #5C8658
Complementary color
Monochromatic Colors of #5C8658
Black with #5C8658
Text Example
Text Example
White with #5C8658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8658; }
p { color: rgb(92,134,88); }
H1.HeaderClassName
{
color: #5C8658;
}
.AnyTagClassName
{
color: #5C8658;
}
</style>
background-color css
<style>
a { background-color: #5C8658; }
a { background-color: rgb(92,134,88); }
div.DivClassName
{
background-color: #5C8658;
}
.BgClassName
{
background-color: #5C8658;
}
</style>
border-color css
<style>
span { border-color: #5C8658; }
span { border-color: rgb(92,134,88); }
td.TdClassName
{
border-color: #5C8658;
}
.TagClassName
{
border-color: #5C8658;
}
</style>