Shades of Hippie Green #568B50
Tints of Hippie Green #568B50
RGB
CMYK
RGB Variations
Color information
#568B50 (or 0x568B50) is known color: Hippie Green. HEX triplet: 56, 8B and 50. RGB value is (86,139,80). Sum of RGB (Red+Green+Blue) = 86+139+80=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #568B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B50 is #A974AF. Grayscale: #747474. Windows color (decimal): -11105456 or 5278550. OLE color: 5278550.
HSL color Cylindrical-coordinate representation of color #568B50: hue angle of 113.9º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #568B50 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 80 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.45 |
| HSL | 113.9º | 0.27% | 0.43% | - |
| HSV(B) | 113.9º | 0.42% | 0.55% | - |
| XYZ | 14.52 | 21.02 | 10.88 | - |
| YUV | 116.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 80 | 0.38 | 0 | 0.42 | 0.45 | 113.9 | 0.27 | 0.43 |
| Hex | 56 | 8B | 50 | 26 | 0 | 2A | 2D | 72 | 1B | 2B |
| Octal | 126 | 213 | 120 | 46 | 0 | 52 | 55 | 162 | 33 | 53 |
| Binary | 1010110 | 10001011 | 1010000 | 100110 | 0 | 101010 | 101101 | 1110010 | 11011 | 101011 |
Color Harmonies of #568B50
Complementary color
Monochromatic Colors of #568B50
Black with #568B50
Text Example
Text Example
White with #568B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B50; }
p { color: rgb(86,139,80); }
H1.HeaderClassName
{
color: #568B50;
}
.AnyTagClassName
{
color: #568B50;
}
</style>
background-color css
<style>
a { background-color: #568B50; }
a { background-color: rgb(86,139,80); }
div.DivClassName
{
background-color: #568B50;
}
.BgClassName
{
background-color: #568B50;
}
</style>
border-color css
<style>
span { border-color: #568B50; }
span { border-color: rgb(86,139,80); }
td.TdClassName
{
border-color: #568B50;
}
.TagClassName
{
border-color: #568B50;
}
</style>