Shades of Hippie Green #688164
Tints of Hippie Green #688164
RGB
CMYK
RGB Variations
Color information
#688164 (or 0x688164) is known color: Hippie Green. HEX triplet: 68, 81 and 64. RGB value is (104,129,100). Sum of RGB (Red+Green+Blue) = 104+129+100=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 129 - color contains mainly: green. Hex color #688164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688164 is #977E9B. Grayscale: #767676. Windows color (decimal): -9928348 or 6586728. OLE color: 6586728.
HSL color Cylindrical-coordinate representation of color #688164: hue angle of 111.72º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688164 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 100 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.49 |
| HSL | 111.72º | 0.13% | 0.45% | - |
| HSV(B) | 111.72º | 0.22% | 0.51% | - |
| XYZ | 15.86 | 19.56 | 15 | - |
| YUV | 118.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 100 | 0.19 | 0 | 0.22 | 0.49 | 111.72 | 0.13 | 0.45 |
| Hex | 68 | 81 | 64 | 13 | 0 | 16 | 31 | 70 | D | 2D |
| Octal | 150 | 201 | 144 | 23 | 0 | 26 | 61 | 160 | 15 | 55 |
| Binary | 1101000 | 10000001 | 1100100 | 10011 | 0 | 10110 | 110001 | 1110000 | 1101 | 101101 |
Color Harmonies of #688164
Complementary color
Monochromatic Colors of #688164
Black with #688164
Text Example
Text Example
White with #688164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688164; }
p { color: rgb(104,129,100); }
H1.HeaderClassName
{
color: #688164;
}
.AnyTagClassName
{
color: #688164;
}
</style>
background-color css
<style>
a { background-color: #688164; }
a { background-color: rgb(104,129,100); }
div.DivClassName
{
background-color: #688164;
}
.BgClassName
{
background-color: #688164;
}
</style>
border-color css
<style>
span { border-color: #688164; }
span { border-color: rgb(104,129,100); }
td.TdClassName
{
border-color: #688164;
}
.TagClassName
{
border-color: #688164;
}
</style>