Shades of Hippie Green #568B5D
Tints of Hippie Green #568B5D
RGB
CMYK
RGB Variations
Color information
#568B5D (or 0x568B5D) is known color: Hippie Green. HEX triplet: 56, 8B and 5D. RGB value is (86,139,93). Sum of RGB (Red+Green+Blue) = 86+139+93=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #568B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568B5D is #A974A2. Grayscale: #767676. Windows color (decimal): -11105443 or 6130518. OLE color: 6130518.
HSL color Cylindrical-coordinate representation of color #568B5D: hue angle of 127.92º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568B5D is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 139 | 93 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.45 |
| HSL | 127.92º | 0.24% | 0.44% | - |
| HSV(B) | 127.92º | 0.38% | 0.55% | - |
| XYZ | 15.05 | 21.23 | 13.66 | - |
| YUV | 117.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 93 | 0.38 | 0 | 0.33 | 0.45 | 127.92 | 0.24 | 0.44 |
| Hex | 56 | 8B | 5D | 26 | 0 | 21 | 2D | 80 | 18 | 2C |
| Octal | 126 | 213 | 135 | 46 | 0 | 41 | 55 | 200 | 30 | 54 |
| Binary | 1010110 | 10001011 | 1011101 | 100110 | 0 | 100001 | 101101 | 10000000 | 11000 | 101100 |
Color Harmonies of #568B5D
Complementary color
Monochromatic Colors of #568B5D
Black with #568B5D
Text Example
Text Example
White with #568B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568B5D; }
p { color: rgb(86,139,93); }
H1.HeaderClassName
{
color: #568B5D;
}
.AnyTagClassName
{
color: #568B5D;
}
</style>
background-color css
<style>
a { background-color: #568B5D; }
a { background-color: rgb(86,139,93); }
div.DivClassName
{
background-color: #568B5D;
}
.BgClassName
{
background-color: #568B5D;
}
</style>
border-color css
<style>
span { border-color: #568B5D; }
span { border-color: rgb(86,139,93); }
td.TdClassName
{
border-color: #568B5D;
}
.TagClassName
{
border-color: #568B5D;
}
</style>