Shades of Hippie Green #688263
Tints of Hippie Green #688263
RGB
CMYK
RGB Variations
Color information
#688263 (or 0x688263) is known color: Hippie Green. HEX triplet: 68, 82 and 63. RGB value is (104,130,99). Sum of RGB (Red+Green+Blue) = 104+130+99=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #688263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688263 is #977D9C. Grayscale: #767676. Windows color (decimal): -9928093 or 6521448. OLE color: 6521448.
HSL color Cylindrical-coordinate representation of color #688263: hue angle of 110.32º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688263 is Cyan = 0.2, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 99 | - |
| CMYK | 0.2 | 0 | 0.24 | 0.49 |
| HSL | 110.32º | 0.14% | 0.45% | - |
| HSV(B) | 110.32º | 0.24% | 0.51% | - |
| XYZ | 15.94 | 19.81 | 14.79 | - |
| YUV | 118.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 99 | 0.2 | 0 | 0.24 | 0.49 | 110.32 | 0.14 | 0.45 |
| Hex | 68 | 82 | 63 | 14 | 0 | 18 | 31 | 6E | E | 2D |
| Octal | 150 | 202 | 143 | 24 | 0 | 30 | 61 | 156 | 16 | 55 |
| Binary | 1101000 | 10000010 | 1100011 | 10100 | 0 | 11000 | 110001 | 1101110 | 1110 | 101101 |
Color Harmonies of #688263
Complementary color
Monochromatic Colors of #688263
Black with #688263
Text Example
Text Example
White with #688263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688263; }
p { color: rgb(104,130,99); }
H1.HeaderClassName
{
color: #688263;
}
.AnyTagClassName
{
color: #688263;
}
</style>
background-color css
<style>
a { background-color: #688263; }
a { background-color: rgb(104,130,99); }
div.DivClassName
{
background-color: #688263;
}
.BgClassName
{
background-color: #688263;
}
</style>
border-color css
<style>
span { border-color: #688263; }
span { border-color: rgb(104,130,99); }
td.TdClassName
{
border-color: #688263;
}
.TagClassName
{
border-color: #688263;
}
</style>