Shades of Hippie Green #568C53
Tints of Hippie Green #568C53
RGB
CMYK
RGB Variations
Color information
#568C53 (or 0x568C53) is known color: Hippie Green. HEX triplet: 56, 8C and 53. RGB value is (86,140,83). Sum of RGB (Red+Green+Blue) = 86+140+83=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #568C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568C53 is #A973AC. Grayscale: #757575. Windows color (decimal): -11105197 or 5475414. OLE color: 5475414.
HSL color Cylindrical-coordinate representation of color #568C53: hue angle of 116.84º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #568C53 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 140 | 83 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.45 |
| HSL | 116.84º | 0.26% | 0.44% | - |
| HSV(B) | 116.84º | 0.41% | 0.55% | - |
| XYZ | 14.78 | 21.36 | 11.53 | - |
| YUV | 117.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 140 | 83 | 0.39 | 0 | 0.41 | 0.45 | 116.84 | 0.26 | 0.44 |
| Hex | 56 | 8C | 53 | 27 | 0 | 29 | 2D | 75 | 1A | 2C |
| Octal | 126 | 214 | 123 | 47 | 0 | 51 | 55 | 165 | 32 | 54 |
| Binary | 1010110 | 10001100 | 1010011 | 100111 | 0 | 101001 | 101101 | 1110101 | 11010 | 101100 |
Color Harmonies of #568C53
Complementary color
Monochromatic Colors of #568C53
Black with #568C53
Text Example
Text Example
White with #568C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568C53; }
p { color: rgb(86,140,83); }
H1.HeaderClassName
{
color: #568C53;
}
.AnyTagClassName
{
color: #568C53;
}
</style>
background-color css
<style>
a { background-color: #568C53; }
a { background-color: rgb(86,140,83); }
div.DivClassName
{
background-color: #568C53;
}
.BgClassName
{
background-color: #568C53;
}
</style>
border-color css
<style>
span { border-color: #568C53; }
span { border-color: rgb(86,140,83); }
td.TdClassName
{
border-color: #568C53;
}
.TagClassName
{
border-color: #568C53;
}
</style>