Shades of Hippie Green #687F65
Tints of Hippie Green #687F65
RGB
CMYK
RGB Variations
Color information
#687F65 (or 0x687F65) is known color: Hippie Green. HEX triplet: 68, 7F and 65. RGB value is (104,127,101). Sum of RGB (Red+Green+Blue) = 104+127+101=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 127 - color contains mainly: green. Hex color #687F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F65 is #97809A. Grayscale: #757575. Windows color (decimal): -9928859 or 6651752. OLE color: 6651752.
HSL color Cylindrical-coordinate representation of color #687F65: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687F65 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 101 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.50 |
| HSL | 113.08º | 0.11% | 0.45% | - |
| HSV(B) | 113.08º | 0.2% | 0.5% | - |
| XYZ | 15.65 | 19.06 | 15.17 | - |
| YUV | 117.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 101 | 0.18 | 0 | 0.20 | 0.50 | 113.08 | 0.11 | 0.45 |
| Hex | 68 | 7F | 65 | 12 | 0 | 14 | 32 | 71 | B | 2D |
| Octal | 150 | 177 | 145 | 22 | 0 | 24 | 62 | 161 | 13 | 55 |
| Binary | 1101000 | 1111111 | 1100101 | 10010 | 0 | 10100 | 110010 | 1110001 | 1011 | 101101 |
Color Harmonies of #687F65
Complementary color
Monochromatic Colors of #687F65
Black with #687F65
Text Example
Text Example
White with #687F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F65; }
p { color: rgb(104,127,101); }
H1.HeaderClassName
{
color: #687F65;
}
.AnyTagClassName
{
color: #687F65;
}
</style>
background-color css
<style>
a { background-color: #687F65; }
a { background-color: rgb(104,127,101); }
div.DivClassName
{
background-color: #687F65;
}
.BgClassName
{
background-color: #687F65;
}
</style>
border-color css
<style>
span { border-color: #687F65; }
span { border-color: rgb(104,127,101); }
td.TdClassName
{
border-color: #687F65;
}
.TagClassName
{
border-color: #687F65;
}
</style>