Shades of Hippie Green #689556
Tints of Hippie Green #689556
RGB
CMYK
RGB Variations
Color information
#689556 (or 0x689556) is known color: Hippie Green. HEX triplet: 68, 95 and 56. RGB value is (104,149,86). Sum of RGB (Red+Green+Blue) = 104+149+86=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #689556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689556 is #976AA9. Grayscale: #808080. Windows color (decimal): -9923242 or 5674344. OLE color: 5674344.
HSL color Cylindrical-coordinate representation of color #689556: hue angle of 102.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #689556 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 86 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.42 |
| HSL | 102.86º | 0.27% | 0.46% | - |
| HSV(B) | 102.86º | 0.42% | 0.58% | - |
| XYZ | 18.14 | 25.11 | 12.69 | - |
| YUV | 128.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 86 | 0.30 | 0 | 0.42 | 0.42 | 102.86 | 0.27 | 0.46 |
| Hex | 68 | 95 | 56 | 1E | 0 | 2A | 2A | 67 | 1B | 2E |
| Octal | 150 | 225 | 126 | 36 | 0 | 52 | 52 | 147 | 33 | 56 |
| Binary | 1101000 | 10010101 | 1010110 | 11110 | 0 | 101010 | 101010 | 1100111 | 11011 | 101110 |
Color Harmonies of #689556
Complementary color
Monochromatic Colors of #689556
Black with #689556
Text Example
Text Example
White with #689556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689556; }
p { color: rgb(104,149,86); }
H1.HeaderClassName
{
color: #689556;
}
.AnyTagClassName
{
color: #689556;
}
</style>
background-color css
<style>
a { background-color: #689556; }
a { background-color: rgb(104,149,86); }
div.DivClassName
{
background-color: #689556;
}
.BgClassName
{
background-color: #689556;
}
</style>
border-color css
<style>
span { border-color: #689556; }
span { border-color: rgb(104,149,86); }
td.TdClassName
{
border-color: #689556;
}
.TagClassName
{
border-color: #689556;
}
</style>