Shades of Hippie Green #689964
Tints of Hippie Green #689964
RGB
CMYK
RGB Variations
Color information
#689964 (or 0x689964) is known color: Hippie Green. HEX triplet: 68, 99 and 64. RGB value is (104,153,100). Sum of RGB (Red+Green+Blue) = 104+153+100=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #689964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689964 is #97669B. Grayscale: #848484. Windows color (decimal): -9922204 or 6592872. OLE color: 6592872.
HSL color Cylindrical-coordinate representation of color #689964: hue angle of 115.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689964 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 100 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.4 |
| HSL | 115.47º | 0.21% | 0.5% | - |
| HSV(B) | 115.47º | 0.35% | 0.6% | - |
| XYZ | 19.4 | 26.65 | 16.18 | - |
| YUV | 132.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 100 | 0.32 | 0 | 0.35 | 0.4 | 115.47 | 0.21 | 0.5 |
| Hex | 68 | 99 | 64 | 20 | 0 | 23 | 28 | 73 | 15 | 32 |
| Octal | 150 | 231 | 144 | 40 | 0 | 43 | 50 | 163 | 25 | 62 |
| Binary | 1101000 | 10011001 | 1100100 | 100000 | 0 | 100011 | 101000 | 1110011 | 10101 | 110010 |
Color Harmonies of #689964
Complementary color
Monochromatic Colors of #689964
Black with #689964
Text Example
Text Example
White with #689964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689964; }
p { color: rgb(104,153,100); }
H1.HeaderClassName
{
color: #689964;
}
.AnyTagClassName
{
color: #689964;
}
</style>
background-color css
<style>
a { background-color: #689964; }
a { background-color: rgb(104,153,100); }
div.DivClassName
{
background-color: #689964;
}
.BgClassName
{
background-color: #689964;
}
</style>
border-color css
<style>
span { border-color: #689964; }
span { border-color: rgb(104,153,100); }
td.TdClassName
{
border-color: #689964;
}
.TagClassName
{
border-color: #689964;
}
</style>