Shades of Hippie Green #689D65
Tints of Hippie Green #689D65
RGB
CMYK
RGB Variations
Color information
#689D65 (or 0x689D65) is known color: Hippie Green. HEX triplet: 68, 9D and 65. RGB value is (104,157,101). Sum of RGB (Red+Green+Blue) = 104+157+101=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #689D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D65 is #97629A. Grayscale: #868686. Windows color (decimal): -9921179 or 6659432. OLE color: 6659432.
HSL color Cylindrical-coordinate representation of color #689D65: hue angle of 116.79º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689D65 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 101 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.38 |
| HSL | 116.79º | 0.22% | 0.51% | - |
| HSV(B) | 116.79º | 0.36% | 0.62% | - |
| XYZ | 20.11 | 28 | 16.66 | - |
| YUV | 134.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 101 | 0.34 | 0 | 0.36 | 0.38 | 116.79 | 0.22 | 0.51 |
| Hex | 68 | 9D | 65 | 22 | 0 | 24 | 26 | 75 | 16 | 33 |
| Octal | 150 | 235 | 145 | 42 | 0 | 44 | 46 | 165 | 26 | 63 |
| Binary | 1101000 | 10011101 | 1100101 | 100010 | 0 | 100100 | 100110 | 1110101 | 10110 | 110011 |
Color Harmonies of #689D65
Complementary color
Monochromatic Colors of #689D65
Black with #689D65
Text Example
Text Example
White with #689D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D65; }
p { color: rgb(104,157,101); }
H1.HeaderClassName
{
color: #689D65;
}
.AnyTagClassName
{
color: #689D65;
}
</style>
background-color css
<style>
a { background-color: #689D65; }
a { background-color: rgb(104,157,101); }
div.DivClassName
{
background-color: #689D65;
}
.BgClassName
{
background-color: #689D65;
}
</style>
border-color css
<style>
span { border-color: #689D65; }
span { border-color: rgb(104,157,101); }
td.TdClassName
{
border-color: #689D65;
}
.TagClassName
{
border-color: #689D65;
}
</style>