Shades of Hippie Green #5C8C58
Tints of Hippie Green #5C8C58
RGB
CMYK
RGB Variations
Color information
#5C8C58 (or 0x5C8C58) is known color: Hippie Green. HEX triplet: 5C, 8C and 58. RGB value is (92,140,88). Sum of RGB (Red+Green+Blue) = 92+140+88=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 140 - color contains mainly: green. Hex color #5C8C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C8C58 is #A373A7. Grayscale: #777777. Windows color (decimal): -10711976 or 5803100. OLE color: 5803100.
HSL color Cylindrical-coordinate representation of color #5C8C58: hue angle of 115.38º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C8C58 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 140 | 88 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.45 |
| HSL | 115.38º | 0.23% | 0.45% | - |
| HSV(B) | 115.38º | 0.37% | 0.55% | - |
| XYZ | 15.55 | 21.74 | 12.61 | - |
| YUV | 119.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 140 | 88 | 0.34 | 0 | 0.37 | 0.45 | 115.38 | 0.23 | 0.45 |
| Hex | 5C | 8C | 58 | 22 | 0 | 25 | 2D | 73 | 17 | 2D |
| Octal | 134 | 214 | 130 | 42 | 0 | 45 | 55 | 163 | 27 | 55 |
| Binary | 1011100 | 10001100 | 1011000 | 100010 | 0 | 100101 | 101101 | 1110011 | 10111 | 101101 |
Color Harmonies of #5C8C58
Complementary color
Monochromatic Colors of #5C8C58
Black with #5C8C58
Text Example
Text Example
White with #5C8C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8C58; }
p { color: rgb(92,140,88); }
H1.HeaderClassName
{
color: #5C8C58;
}
.AnyTagClassName
{
color: #5C8C58;
}
</style>
background-color css
<style>
a { background-color: #5C8C58; }
a { background-color: rgb(92,140,88); }
div.DivClassName
{
background-color: #5C8C58;
}
.BgClassName
{
background-color: #5C8C58;
}
</style>
border-color css
<style>
span { border-color: #5C8C58; }
span { border-color: rgb(92,140,88); }
td.TdClassName
{
border-color: #5C8C58;
}
.TagClassName
{
border-color: #5C8C58;
}
</style>