Shades of Hippie Green #689C64
Tints of Hippie Green #689C64
RGB
CMYK
RGB Variations
Color information
#689C64 (or 0x689C64) is known color: Hippie Green. HEX triplet: 68, 9C and 64. RGB value is (104,156,100). Sum of RGB (Red+Green+Blue) = 104+156+100=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #689C64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C64 is #97639B. Grayscale: #868686. Windows color (decimal): -9921436 or 6593640. OLE color: 6593640.
HSL color Cylindrical-coordinate representation of color #689C64: hue angle of 115.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689C64 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 156 | 100 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.39 |
| HSL | 115.71º | 0.22% | 0.5% | - |
| HSV(B) | 115.71º | 0.36% | 0.61% | - |
| XYZ | 19.9 | 27.64 | 16.34 | - |
| YUV | 134.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 156 | 100 | 0.33 | 0 | 0.36 | 0.39 | 115.71 | 0.22 | 0.5 |
| Hex | 68 | 9C | 64 | 21 | 0 | 24 | 27 | 74 | 16 | 32 |
| Octal | 150 | 234 | 144 | 41 | 0 | 44 | 47 | 164 | 26 | 62 |
| Binary | 1101000 | 10011100 | 1100100 | 100001 | 0 | 100100 | 100111 | 1110100 | 10110 | 110010 |
Color Harmonies of #689C64
Complementary color
Monochromatic Colors of #689C64
Black with #689C64
Text Example
Text Example
White with #689C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689C64; }
p { color: rgb(104,156,100); }
H1.HeaderClassName
{
color: #689C64;
}
.AnyTagClassName
{
color: #689C64;
}
</style>
background-color css
<style>
a { background-color: #689C64; }
a { background-color: rgb(104,156,100); }
div.DivClassName
{
background-color: #689C64;
}
.BgClassName
{
background-color: #689C64;
}
</style>
border-color css
<style>
span { border-color: #689C64; }
span { border-color: rgb(104,156,100); }
td.TdClassName
{
border-color: #689C64;
}
.TagClassName
{
border-color: #689C64;
}
</style>