Shades of Hippie Green #568254
Tints of Hippie Green #568254
RGB
CMYK
RGB Variations
Color information
#568254 (or 0x568254) is known color: Hippie Green. HEX triplet: 56, 82 and 54. RGB value is (86,130,84). Sum of RGB (Red+Green+Blue) = 86+130+84=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #568254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568254 is #A97DAB. Grayscale: #6F6F6F. Windows color (decimal): -11107756 or 5538390. OLE color: 5538390.
HSL color Cylindrical-coordinate representation of color #568254: hue angle of 117.39º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #568254 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 84 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.49 |
| HSL | 117.39º | 0.21% | 0.42% | - |
| HSV(B) | 117.39º | 0.35% | 0.51% | - |
| XYZ | 13.42 | 18.58 | 11.27 | - |
| YUV | 111.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 84 | 0.34 | 0 | 0.35 | 0.49 | 117.39 | 0.21 | 0.42 |
| Hex | 56 | 82 | 54 | 22 | 0 | 23 | 31 | 75 | 15 | 2A |
| Octal | 126 | 202 | 124 | 42 | 0 | 43 | 61 | 165 | 25 | 52 |
| Binary | 1010110 | 10000010 | 1010100 | 100010 | 0 | 100011 | 110001 | 1110101 | 10101 | 101010 |
Color Harmonies of #568254
Complementary color
Monochromatic Colors of #568254
Black with #568254
Text Example
Text Example
White with #568254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568254; }
p { color: rgb(86,130,84); }
H1.HeaderClassName
{
color: #568254;
}
.AnyTagClassName
{
color: #568254;
}
</style>
background-color css
<style>
a { background-color: #568254; }
a { background-color: rgb(86,130,84); }
div.DivClassName
{
background-color: #568254;
}
.BgClassName
{
background-color: #568254;
}
</style>
border-color css
<style>
span { border-color: #568254; }
span { border-color: rgb(86,130,84); }
td.TdClassName
{
border-color: #568254;
}
.TagClassName
{
border-color: #568254;
}
</style>