Shades of Hippie Green #689066
Tints of Hippie Green #689066
RGB
CMYK
RGB Variations
Color information
#689066 (or 0x689066) is known color: Hippie Green. HEX triplet: 68, 90 and 66. RGB value is (104,144,102). Sum of RGB (Red+Green+Blue) = 104+144+102=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #689066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689066 is #976F99. Grayscale: #7F7F7F. Windows color (decimal): -9924506 or 6721640. OLE color: 6721640.
HSL color Cylindrical-coordinate representation of color #689066: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689066 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 102 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.44 |
| HSL | 117.14º | 0.17% | 0.48% | - |
| HSV(B) | 117.14º | 0.29% | 0.56% | - |
| XYZ | 18.08 | 23.85 | 16.22 | - |
| YUV | 127.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 102 | 0.28 | 0 | 0.29 | 0.44 | 117.14 | 0.17 | 0.48 |
| Hex | 68 | 90 | 66 | 1C | 0 | 1D | 2C | 75 | 11 | 30 |
| Octal | 150 | 220 | 146 | 34 | 0 | 35 | 54 | 165 | 21 | 60 |
| Binary | 1101000 | 10010000 | 1100110 | 11100 | 0 | 11101 | 101100 | 1110101 | 10001 | 110000 |
Color Harmonies of #689066
Complementary color
Monochromatic Colors of #689066
Black with #689066
Text Example
Text Example
White with #689066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689066; }
p { color: rgb(104,144,102); }
H1.HeaderClassName
{
color: #689066;
}
.AnyTagClassName
{
color: #689066;
}
</style>
background-color css
<style>
a { background-color: #689066; }
a { background-color: rgb(104,144,102); }
div.DivClassName
{
background-color: #689066;
}
.BgClassName
{
background-color: #689066;
}
</style>
border-color css
<style>
span { border-color: #689066; }
span { border-color: rgb(104,144,102); }
td.TdClassName
{
border-color: #689066;
}
.TagClassName
{
border-color: #689066;
}
</style>