Shades of Hippie Green #568C50
Tints of Hippie Green #568C50
RGB
CMYK
RGB Variations
Color information
#568C50 (or 0x568C50) is known color: Hippie Green. HEX triplet: 56, 8C and 50. RGB value is (86,140,80). Sum of RGB (Red+Green+Blue) = 86+140+80=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #568C50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C50 is #A973AF. Grayscale: #757575. Windows color (decimal): -11105200 or 5278806. OLE color: 5278806.
HSL color Cylindrical-coordinate representation of color #568C50: hue angle of 114º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568C50 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 80 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.45 |
| HSL | 114º | 0.27% | 0.43% | - |
| HSV(B) | 114º | 0.43% | 0.55% | - |
| XYZ | 14.66 | 21.31 | 10.93 | - |
| YUV | 117.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 80 | 0.39 | 0 | 0.43 | 0.45 | 114 | 0.27 | 0.43 |
| Hex | 56 | 8C | 50 | 27 | 0 | 2B | 2D | 72 | 1B | 2B |
| Octal | 126 | 214 | 120 | 47 | 0 | 53 | 55 | 162 | 33 | 53 |
| Binary | 1010110 | 10001100 | 1010000 | 100111 | 0 | 101011 | 101101 | 1110010 | 11011 | 101011 |
Color Harmonies of #568C50
Complementary color
Monochromatic Colors of #568C50
Black with #568C50
Text Example
Text Example
White with #568C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C50; }
p { color: rgb(86,140,80); }
H1.HeaderClassName
{
color: #568C50;
}
.AnyTagClassName
{
color: #568C50;
}
</style>
background-color css
<style>
a { background-color: #568C50; }
a { background-color: rgb(86,140,80); }
div.DivClassName
{
background-color: #568C50;
}
.BgClassName
{
background-color: #568C50;
}
</style>
border-color css
<style>
span { border-color: #568C50; }
span { border-color: rgb(86,140,80); }
td.TdClassName
{
border-color: #568C50;
}
.TagClassName
{
border-color: #568C50;
}
</style>