Shades of Hippie Green #689564
Tints of Hippie Green #689564
RGB
CMYK
RGB Variations
Color information
#689564 (or 0x689564) is known color: Hippie Green. HEX triplet: 68, 95 and 64. RGB value is (104,149,100). Sum of RGB (Red+Green+Blue) = 104+149+100=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #689564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689564 is #976A9B. Grayscale: #828282. Windows color (decimal): -9923228 or 6591848. OLE color: 6591848.
HSL color Cylindrical-coordinate representation of color #689564: hue angle of 115.1º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689564 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 100 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.42 |
| HSL | 115.1º | 0.2% | 0.49% | - |
| HSV(B) | 115.1º | 0.33% | 0.58% | - |
| XYZ | 18.76 | 25.36 | 15.96 | - |
| YUV | 129.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 100 | 0.30 | 0 | 0.33 | 0.42 | 115.1 | 0.2 | 0.49 |
| Hex | 68 | 95 | 64 | 1E | 0 | 21 | 2A | 73 | 14 | 31 |
| Octal | 150 | 225 | 144 | 36 | 0 | 41 | 52 | 163 | 24 | 61 |
| Binary | 1101000 | 10010101 | 1100100 | 11110 | 0 | 100001 | 101010 | 1110011 | 10100 | 110001 |
Color Harmonies of #689564
Complementary color
Monochromatic Colors of #689564
Black with #689564
Text Example
Text Example
White with #689564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689564; }
p { color: rgb(104,149,100); }
H1.HeaderClassName
{
color: #689564;
}
.AnyTagClassName
{
color: #689564;
}
</style>
background-color css
<style>
a { background-color: #689564; }
a { background-color: rgb(104,149,100); }
div.DivClassName
{
background-color: #689564;
}
.BgClassName
{
background-color: #689564;
}
</style>
border-color css
<style>
span { border-color: #689564; }
span { border-color: rgb(104,149,100); }
td.TdClassName
{
border-color: #689564;
}
.TagClassName
{
border-color: #689564;
}
</style>