Shades of Hippie Green #688166
Tints of Hippie Green #688166
RGB
CMYK
RGB Variations
Color information
#688166 (or 0x688166) is known color: Hippie Green. HEX triplet: 68, 81 and 66. RGB value is (104,129,102). Sum of RGB (Red+Green+Blue) = 104+129+102=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #688166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688166 is #977E99. Grayscale: #767676. Windows color (decimal): -9928346 or 6717800. OLE color: 6717800.
HSL color Cylindrical-coordinate representation of color #688166: hue angle of 115.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688166 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 102 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.49 |
| HSL | 115.56º | 0.12% | 0.45% | - |
| HSV(B) | 115.56º | 0.21% | 0.51% | - |
| XYZ | 15.96 | 19.6 | 15.51 | - |
| YUV | 118.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 102 | 0.19 | 0 | 0.21 | 0.49 | 115.56 | 0.12 | 0.45 |
| Hex | 68 | 81 | 66 | 13 | 0 | 15 | 31 | 74 | C | 2D |
| Octal | 150 | 201 | 146 | 23 | 0 | 25 | 61 | 164 | 14 | 55 |
| Binary | 1101000 | 10000001 | 1100110 | 10011 | 0 | 10101 | 110001 | 1110100 | 1100 | 101101 |
Color Harmonies of #688166
Complementary color
Monochromatic Colors of #688166
Black with #688166
Text Example
Text Example
White with #688166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688166; }
p { color: rgb(104,129,102); }
H1.HeaderClassName
{
color: #688166;
}
.AnyTagClassName
{
color: #688166;
}
</style>
background-color css
<style>
a { background-color: #688166; }
a { background-color: rgb(104,129,102); }
div.DivClassName
{
background-color: #688166;
}
.BgClassName
{
background-color: #688166;
}
</style>
border-color css
<style>
span { border-color: #688166; }
span { border-color: rgb(104,129,102); }
td.TdClassName
{
border-color: #688166;
}
.TagClassName
{
border-color: #688166;
}
</style>