Shades of Hippie Green #688464
Tints of Hippie Green #688464
RGB
CMYK
RGB Variations
Color information
#688464 (or 0x688464) is known color: Hippie Green. HEX triplet: 68, 84 and 64. RGB value is (104,132,100). Sum of RGB (Red+Green+Blue) = 104+132+100=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #688464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688464 is #977B9B. Grayscale: #787878. Windows color (decimal): -9927580 or 6587496. OLE color: 6587496.
HSL color Cylindrical-coordinate representation of color #688464: hue angle of 112.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688464 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 100 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.48 |
| HSL | 112.5º | 0.14% | 0.45% | - |
| HSV(B) | 112.5º | 0.24% | 0.52% | - |
| XYZ | 16.26 | 20.37 | 15.13 | - |
| YUV | 119.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 100 | 0.21 | 0 | 0.24 | 0.48 | 112.5 | 0.14 | 0.45 |
| Hex | 68 | 84 | 64 | 15 | 0 | 18 | 30 | 70 | E | 2D |
| Octal | 150 | 204 | 144 | 25 | 0 | 30 | 60 | 160 | 16 | 55 |
| Binary | 1101000 | 10000100 | 1100100 | 10101 | 0 | 11000 | 110000 | 1110000 | 1110 | 101101 |
Color Harmonies of #688464
Complementary color
Monochromatic Colors of #688464
Black with #688464
Text Example
Text Example
White with #688464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688464; }
p { color: rgb(104,132,100); }
H1.HeaderClassName
{
color: #688464;
}
.AnyTagClassName
{
color: #688464;
}
</style>
background-color css
<style>
a { background-color: #688464; }
a { background-color: rgb(104,132,100); }
div.DivClassName
{
background-color: #688464;
}
.BgClassName
{
background-color: #688464;
}
</style>
border-color css
<style>
span { border-color: #688464; }
span { border-color: rgb(104,132,100); }
td.TdClassName
{
border-color: #688464;
}
.TagClassName
{
border-color: #688464;
}
</style>