Shades of Hippie Green #568F50
Tints of Hippie Green #568F50
RGB
CMYK
RGB Variations
Color information
#568F50 (or 0x568F50) is known color: Hippie Green. HEX triplet: 56, 8F and 50. RGB value is (86,143,80). Sum of RGB (Red+Green+Blue) = 86+143+80=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #568F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568F50 is #A970AF. Grayscale: #767676. Windows color (decimal): -11104432 or 5279574. OLE color: 5279574.
HSL color Cylindrical-coordinate representation of color #568F50: hue angle of 114.29º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568F50 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 143 | 80 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.44 |
| HSL | 114.29º | 0.28% | 0.44% | - |
| HSV(B) | 114.29º | 0.44% | 0.56% | - |
| XYZ | 15.11 | 22.2 | 11.08 | - |
| YUV | 118.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 80 | 0.40 | 0 | 0.44 | 0.44 | 114.29 | 0.28 | 0.44 |
| Hex | 56 | 8F | 50 | 28 | 0 | 2C | 2C | 72 | 1C | 2C |
| Octal | 126 | 217 | 120 | 50 | 0 | 54 | 54 | 162 | 34 | 54 |
| Binary | 1010110 | 10001111 | 1010000 | 101000 | 0 | 101100 | 101100 | 1110010 | 11100 | 101100 |
Color Harmonies of #568F50
Complementary color
Monochromatic Colors of #568F50
Black with #568F50
Text Example
Text Example
White with #568F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568F50; }
p { color: rgb(86,143,80); }
H1.HeaderClassName
{
color: #568F50;
}
.AnyTagClassName
{
color: #568F50;
}
</style>
background-color css
<style>
a { background-color: #568F50; }
a { background-color: rgb(86,143,80); }
div.DivClassName
{
background-color: #568F50;
}
.BgClassName
{
background-color: #568F50;
}
</style>
border-color css
<style>
span { border-color: #568F50; }
span { border-color: rgb(86,143,80); }
td.TdClassName
{
border-color: #568F50;
}
.TagClassName
{
border-color: #568F50;
}
</style>