Shades of Hippie Green #689063
Tints of Hippie Green #689063
RGB
CMYK
RGB Variations
Color information
#689063 (or 0x689063) is known color: Hippie Green. HEX triplet: 68, 90 and 63. RGB value is (104,144,99). Sum of RGB (Red+Green+Blue) = 104+144+99=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #689063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689063 is #976F9C. Grayscale: #7F7F7F. Windows color (decimal): -9924509 or 6525032. OLE color: 6525032.
HSL color Cylindrical-coordinate representation of color #689063: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689063 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 99 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.44 |
| HSL | 113.33º | 0.19% | 0.48% | - |
| HSV(B) | 113.33º | 0.31% | 0.56% | - |
| XYZ | 17.93 | 23.79 | 15.45 | - |
| YUV | 126.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 99 | 0.28 | 0 | 0.31 | 0.44 | 113.33 | 0.19 | 0.48 |
| Hex | 68 | 90 | 63 | 1C | 0 | 1F | 2C | 71 | 13 | 30 |
| Octal | 150 | 220 | 143 | 34 | 0 | 37 | 54 | 161 | 23 | 60 |
| Binary | 1101000 | 10010000 | 1100011 | 11100 | 0 | 11111 | 101100 | 1110001 | 10011 | 110000 |
Color Harmonies of #689063
Complementary color
Monochromatic Colors of #689063
Black with #689063
Text Example
Text Example
White with #689063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689063; }
p { color: rgb(104,144,99); }
H1.HeaderClassName
{
color: #689063;
}
.AnyTagClassName
{
color: #689063;
}
</style>
background-color css
<style>
a { background-color: #689063; }
a { background-color: rgb(104,144,99); }
div.DivClassName
{
background-color: #689063;
}
.BgClassName
{
background-color: #689063;
}
</style>
border-color css
<style>
span { border-color: #689063; }
span { border-color: rgb(104,144,99); }
td.TdClassName
{
border-color: #689063;
}
.TagClassName
{
border-color: #689063;
}
</style>