Shades of Hippie Green #568A50
Tints of Hippie Green #568A50
RGB
CMYK
RGB Variations
Color information
#568A50 (or 0x568A50) is known color: Hippie Green. HEX triplet: 56, 8A and 50. RGB value is (86,138,80). Sum of RGB (Red+Green+Blue) = 86+138+80=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #568A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A50 is #A975AF. Grayscale: #747474. Windows color (decimal): -11105712 or 5278294. OLE color: 5278294.
HSL color Cylindrical-coordinate representation of color #568A50: hue angle of 113.79º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #568A50 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 138 | 80 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.46 |
| HSL | 113.79º | 0.27% | 0.43% | - |
| HSV(B) | 113.79º | 0.42% | 0.54% | - |
| XYZ | 14.37 | 20.73 | 10.83 | - |
| YUV | 115.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 80 | 0.38 | 0 | 0.42 | 0.46 | 113.79 | 0.27 | 0.43 |
| Hex | 56 | 8A | 50 | 26 | 0 | 2A | 2E | 72 | 1B | 2B |
| Octal | 126 | 212 | 120 | 46 | 0 | 52 | 56 | 162 | 33 | 53 |
| Binary | 1010110 | 10001010 | 1010000 | 100110 | 0 | 101010 | 101110 | 1110010 | 11011 | 101011 |
Color Harmonies of #568A50
Complementary color
Monochromatic Colors of #568A50
Black with #568A50
Text Example
Text Example
White with #568A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568A50; }
p { color: rgb(86,138,80); }
H1.HeaderClassName
{
color: #568A50;
}
.AnyTagClassName
{
color: #568A50;
}
</style>
background-color css
<style>
a { background-color: #568A50; }
a { background-color: rgb(86,138,80); }
div.DivClassName
{
background-color: #568A50;
}
.BgClassName
{
background-color: #568A50;
}
</style>
border-color css
<style>
span { border-color: #568A50; }
span { border-color: rgb(86,138,80); }
td.TdClassName
{
border-color: #568A50;
}
.TagClassName
{
border-color: #568A50;
}
</style>