Shades of Hippie Green #689B65
Tints of Hippie Green #689B65
RGB
CMYK
RGB Variations
Color information
#689B65 (or 0x689B65) is known color: Hippie Green. HEX triplet: 68, 9B and 65. RGB value is (104,155,101). Sum of RGB (Red+Green+Blue) = 104+155+101=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #689B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B65 is #97649A. Grayscale: #858585. Windows color (decimal): -9921691 or 6658920. OLE color: 6658920.
HSL color Cylindrical-coordinate representation of color #689B65: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689B65 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 101 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.39 |
| HSL | 116.67º | 0.21% | 0.5% | - |
| HSV(B) | 116.67º | 0.35% | 0.61% | - |
| XYZ | 19.78 | 27.33 | 16.54 | - |
| YUV | 133.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 101 | 0.33 | 0 | 0.35 | 0.39 | 116.67 | 0.21 | 0.5 |
| Hex | 68 | 9B | 65 | 21 | 0 | 23 | 27 | 75 | 15 | 32 |
| Octal | 150 | 233 | 145 | 41 | 0 | 43 | 47 | 165 | 25 | 62 |
| Binary | 1101000 | 10011011 | 1100101 | 100001 | 0 | 100011 | 100111 | 1110101 | 10101 | 110010 |
Color Harmonies of #689B65
Complementary color
Monochromatic Colors of #689B65
Black with #689B65
Text Example
Text Example
White with #689B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B65; }
p { color: rgb(104,155,101); }
H1.HeaderClassName
{
color: #689B65;
}
.AnyTagClassName
{
color: #689B65;
}
</style>
background-color css
<style>
a { background-color: #689B65; }
a { background-color: rgb(104,155,101); }
div.DivClassName
{
background-color: #689B65;
}
.BgClassName
{
background-color: #689B65;
}
</style>
border-color css
<style>
span { border-color: #689B65; }
span { border-color: rgb(104,155,101); }
td.TdClassName
{
border-color: #689B65;
}
.TagClassName
{
border-color: #689B65;
}
</style>