Shades of Hippie Green #569655
Tints of Hippie Green #569655
RGB
CMYK
RGB Variations
Color information
#569655 (or 0x569655) is known color: Hippie Green. HEX triplet: 56, 96 and 55. RGB value is (86,150,85). Sum of RGB (Red+Green+Blue) = 86+150+85=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 150 - color contains mainly: green. Hex color #569655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569655 is #A969AA. Grayscale: #7B7B7B. Windows color (decimal): -11102635 or 5609046. OLE color: 5609046.
HSL color Cylindrical-coordinate representation of color #569655: hue angle of 119.08º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569655 is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 85 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.41 |
| HSL | 119.08º | 0.28% | 0.46% | - |
| HSV(B) | 119.08º | 0.43% | 0.59% | - |
| XYZ | 16.38 | 24.45 | 12.45 | - |
| YUV | 123.45 | 106.3 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 85 | 0.43 | 0 | 0.43 | 0.41 | 119.08 | 0.28 | 0.46 |
| Hex | 56 | 96 | 55 | 2B | 0 | 2B | 29 | 77 | 1C | 2E |
| Octal | 126 | 226 | 125 | 53 | 0 | 53 | 51 | 167 | 34 | 56 |
| Binary | 1010110 | 10010110 | 1010101 | 101011 | 0 | 101011 | 101001 | 1110111 | 11100 | 101110 |
Color Harmonies of #569655
Complementary color
Monochromatic Colors of #569655
Black with #569655
Text Example
Text Example
White with #569655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569655; }
p { color: rgb(86,150,85); }
H1.HeaderClassName
{
color: #569655;
}
.AnyTagClassName
{
color: #569655;
}
</style>
background-color css
<style>
a { background-color: #569655; }
a { background-color: rgb(86,150,85); }
div.DivClassName
{
background-color: #569655;
}
.BgClassName
{
background-color: #569655;
}
</style>
border-color css
<style>
span { border-color: #569655; }
span { border-color: rgb(86,150,85); }
td.TdClassName
{
border-color: #569655;
}
.TagClassName
{
border-color: #569655;
}
</style>