Shades of Hippie Green #568C56
Tints of Hippie Green #568C56
RGB
CMYK
RGB Variations
Color information
#568C56 (or 0x568C56) is known color: Hippie Green. HEX triplet: 56, 8C and 56. RGB value is (86,140,86). Sum of RGB (Red+Green+Blue) = 86+140+86=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #568C56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C56 is #A973A9. Grayscale: #757575. Windows color (decimal): -11105194 or 5672022. OLE color: 5672022.
HSL color Cylindrical-coordinate representation of color #568C56: hue angle of 120º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #568C56 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 86 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.45 |
| HSL | 120º | 0.24% | 0.44% | - |
| HSV(B) | 120º | 0.39% | 0.55% | - |
| XYZ | 14.9 | 21.41 | 12.15 | - |
| YUV | 117.7 | 110.11 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 86 | 0.39 | 0 | 0.39 | 0.45 | 120 | 0.24 | 0.44 |
| Hex | 56 | 8C | 56 | 27 | 0 | 27 | 2D | 78 | 18 | 2C |
| Octal | 126 | 214 | 126 | 47 | 0 | 47 | 55 | 170 | 30 | 54 |
| Binary | 1010110 | 10001100 | 1010110 | 100111 | 0 | 100111 | 101101 | 1111000 | 11000 | 101100 |
Color Harmonies of #568C56
Complementary color
Monochromatic Colors of #568C56
Black with #568C56
Text Example
Text Example
White with #568C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C56; }
p { color: rgb(86,140,86); }
H1.HeaderClassName
{
color: #568C56;
}
.AnyTagClassName
{
color: #568C56;
}
</style>
background-color css
<style>
a { background-color: #568C56; }
a { background-color: rgb(86,140,86); }
div.DivClassName
{
background-color: #568C56;
}
.BgClassName
{
background-color: #568C56;
}
</style>
border-color css
<style>
span { border-color: #568C56; }
span { border-color: rgb(86,140,86); }
td.TdClassName
{
border-color: #568C56;
}
.TagClassName
{
border-color: #568C56;
}
</style>