Shades of Hippie Green #688064
Tints of Hippie Green #688064
RGB
CMYK
RGB Variations
Color information
#688064 (or 0x688064) is known color: Hippie Green. HEX triplet: 68, 80 and 64. RGB value is (104,128,100). Sum of RGB (Red+Green+Blue) = 104+128+100=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #688064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688064 is #977F9B. Grayscale: #757575. Windows color (decimal): -9928604 or 6586472. OLE color: 6586472.
HSL color Cylindrical-coordinate representation of color #688064: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688064 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 100 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.50 |
| HSL | 111.43º | 0.12% | 0.45% | - |
| HSV(B) | 111.43º | 0.22% | 0.5% | - |
| XYZ | 15.73 | 19.3 | 14.95 | - |
| YUV | 117.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 100 | 0.19 | 0 | 0.22 | 0.50 | 111.43 | 0.12 | 0.45 |
| Hex | 68 | 80 | 64 | 13 | 0 | 16 | 32 | 6F | C | 2D |
| Octal | 150 | 200 | 144 | 23 | 0 | 26 | 62 | 157 | 14 | 55 |
| Binary | 1101000 | 10000000 | 1100100 | 10011 | 0 | 10110 | 110010 | 1101111 | 1100 | 101101 |
Color Harmonies of #688064
Complementary color
Monochromatic Colors of #688064
Black with #688064
Text Example
Text Example
White with #688064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688064; }
p { color: rgb(104,128,100); }
H1.HeaderClassName
{
color: #688064;
}
.AnyTagClassName
{
color: #688064;
}
</style>
background-color css
<style>
a { background-color: #688064; }
a { background-color: rgb(104,128,100); }
div.DivClassName
{
background-color: #688064;
}
.BgClassName
{
background-color: #688064;
}
</style>
border-color css
<style>
span { border-color: #688064; }
span { border-color: rgb(104,128,100); }
td.TdClassName
{
border-color: #688064;
}
.TagClassName
{
border-color: #688064;
}
</style>