Shades of Hippie Green #688F61
Tints of Hippie Green #688F61
RGB
CMYK
RGB Variations
Color information
#688F61 (or 0x688F61) is known color: Hippie Green. HEX triplet: 68, 8F and 61. RGB value is (104,143,97). Sum of RGB (Red+Green+Blue) = 104+143+97=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #688F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F61 is #97709E. Grayscale: #7E7E7E. Windows color (decimal): -9924767 or 6393704. OLE color: 6393704.
HSL color Cylindrical-coordinate representation of color #688F61: hue angle of 110.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688F61 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 97 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.44 |
| HSL | 110.87º | 0.19% | 0.47% | - |
| HSV(B) | 110.87º | 0.32% | 0.56% | - |
| XYZ | 17.69 | 23.45 | 14.9 | - |
| YUV | 126.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 97 | 0.27 | 0 | 0.32 | 0.44 | 110.87 | 0.19 | 0.47 |
| Hex | 68 | 8F | 61 | 1B | 0 | 20 | 2C | 6F | 13 | 2F |
| Octal | 150 | 217 | 141 | 33 | 0 | 40 | 54 | 157 | 23 | 57 |
| Binary | 1101000 | 10001111 | 1100001 | 11011 | 0 | 100000 | 101100 | 1101111 | 10011 | 101111 |
Color Harmonies of #688F61
Complementary color
Monochromatic Colors of #688F61
Black with #688F61
Text Example
Text Example
White with #688F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F61; }
p { color: rgb(104,143,97); }
H1.HeaderClassName
{
color: #688F61;
}
.AnyTagClassName
{
color: #688F61;
}
</style>
background-color css
<style>
a { background-color: #688F61; }
a { background-color: rgb(104,143,97); }
div.DivClassName
{
background-color: #688F61;
}
.BgClassName
{
background-color: #688F61;
}
</style>
border-color css
<style>
span { border-color: #688F61; }
span { border-color: rgb(104,143,97); }
td.TdClassName
{
border-color: #688F61;
}
.TagClassName
{
border-color: #688F61;
}
</style>