Shades of Hippie Green #689563
Tints of Hippie Green #689563
RGB
CMYK
RGB Variations
Color information
#689563 (or 0x689563) is known color: Hippie Green. HEX triplet: 68, 95 and 63. RGB value is (104,149,99). Sum of RGB (Red+Green+Blue) = 104+149+99=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #689563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689563 is #976A9C. Grayscale: #828282. Windows color (decimal): -9923229 or 6526312. OLE color: 6526312.
HSL color Cylindrical-coordinate representation of color #689563: hue angle of 114º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689563 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 99 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.42 |
| HSL | 114º | 0.2% | 0.49% | - |
| HSV(B) | 114º | 0.34% | 0.58% | - |
| XYZ | 18.71 | 25.34 | 15.71 | - |
| YUV | 129.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 99 | 0.30 | 0 | 0.34 | 0.42 | 114 | 0.2 | 0.49 |
| Hex | 68 | 95 | 63 | 1E | 0 | 22 | 2A | 72 | 14 | 31 |
| Octal | 150 | 225 | 143 | 36 | 0 | 42 | 52 | 162 | 24 | 61 |
| Binary | 1101000 | 10010101 | 1100011 | 11110 | 0 | 100010 | 101010 | 1110010 | 10100 | 110001 |
Color Harmonies of #689563
Complementary color
Monochromatic Colors of #689563
Black with #689563
Text Example
Text Example
White with #689563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689563; }
p { color: rgb(104,149,99); }
H1.HeaderClassName
{
color: #689563;
}
.AnyTagClassName
{
color: #689563;
}
</style>
background-color css
<style>
a { background-color: #689563; }
a { background-color: rgb(104,149,99); }
div.DivClassName
{
background-color: #689563;
}
.BgClassName
{
background-color: #689563;
}
</style>
border-color css
<style>
span { border-color: #689563; }
span { border-color: rgb(104,149,99); }
td.TdClassName
{
border-color: #689563;
}
.TagClassName
{
border-color: #689563;
}
</style>