Shades of Hippie Green #568C5C
Tints of Hippie Green #568C5C
RGB
CMYK
RGB Variations
Color information
#568C5C (or 0x568C5C) is known color: Hippie Green. HEX triplet: 56, 8C and 5C. RGB value is (86,140,92). Sum of RGB (Red+Green+Blue) = 86+140+92=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #568C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C5C is #A973A3. Grayscale: #767676. Windows color (decimal): -11105188 or 6065238. OLE color: 6065238.
HSL color Cylindrical-coordinate representation of color #568C5C: hue angle of 126.67º 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 #568C5C is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 92 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.45 |
| HSL | 126.67º | 0.24% | 0.44% | - |
| HSV(B) | 126.67º | 0.39% | 0.55% | - |
| XYZ | 15.15 | 21.51 | 13.48 | - |
| YUV | 118.38 | 113.11 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 92 | 0.39 | 0 | 0.34 | 0.45 | 126.67 | 0.24 | 0.44 |
| Hex | 56 | 8C | 5C | 27 | 0 | 22 | 2D | 7F | 18 | 2C |
| Octal | 126 | 214 | 134 | 47 | 0 | 42 | 55 | 177 | 30 | 54 |
| Binary | 1010110 | 10001100 | 1011100 | 100111 | 0 | 100010 | 101101 | 1111111 | 11000 | 101100 |
Color Harmonies of #568C5C
Complementary color
Monochromatic Colors of #568C5C
Black with #568C5C
Text Example
Text Example
White with #568C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C5C; }
p { color: rgb(86,140,92); }
H1.HeaderClassName
{
color: #568C5C;
}
.AnyTagClassName
{
color: #568C5C;
}
</style>
background-color css
<style>
a { background-color: #568C5C; }
a { background-color: rgb(86,140,92); }
div.DivClassName
{
background-color: #568C5C;
}
.BgClassName
{
background-color: #568C5C;
}
</style>
border-color css
<style>
span { border-color: #568C5C; }
span { border-color: rgb(86,140,92); }
td.TdClassName
{
border-color: #568C5C;
}
.TagClassName
{
border-color: #568C5C;
}
</style>