Shades of Hippie Green #569248
Tints of Hippie Green #569248
RGB
CMYK
RGB Variations
Color information
#569248 (or 0x569248) is known color: Hippie Green. HEX triplet: 56, 92 and 48. RGB value is (86,146,72). Sum of RGB (Red+Green+Blue) = 86+146+72=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #569248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #569248 is #A96DB7. Grayscale: #777777. Windows color (decimal): -11103672 or 4756054. OLE color: 4756054.
HSL color Cylindrical-coordinate representation of color #569248: hue angle of 108.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #569248 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 146 | 72 | - |
| CMYK | 0.41 | 0 | 0.51 | 0.43 |
| HSL | 108.65º | 0.34% | 0.43% | - |
| HSV(B) | 108.65º | 0.51% | 0.57% | - |
| XYZ | 15.29 | 23 | 9.77 | - |
| YUV | 119.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 72 | 0.41 | 0 | 0.51 | 0.43 | 108.65 | 0.34 | 0.43 |
| Hex | 56 | 92 | 48 | 29 | 0 | 33 | 2B | 6D | 22 | 2B |
| Octal | 126 | 222 | 110 | 51 | 0 | 63 | 53 | 155 | 42 | 53 |
| Binary | 1010110 | 10010010 | 1001000 | 101001 | 0 | 110011 | 101011 | 1101101 | 100010 | 101011 |
Color Harmonies of #569248
Complementary color
Monochromatic Colors of #569248
Black with #569248
Text Example
Text Example
White with #569248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569248; }
p { color: rgb(86,146,72); }
H1.HeaderClassName
{
color: #569248;
}
.AnyTagClassName
{
color: #569248;
}
</style>
background-color css
<style>
a { background-color: #569248; }
a { background-color: rgb(86,146,72); }
div.DivClassName
{
background-color: #569248;
}
.BgClassName
{
background-color: #569248;
}
</style>
border-color css
<style>
span { border-color: #569248; }
span { border-color: rgb(86,146,72); }
td.TdClassName
{
border-color: #569248;
}
.TagClassName
{
border-color: #569248;
}
</style>