Shades of Hippie Green #689765
Tints of Hippie Green #689765
RGB
CMYK
RGB Variations
Color information
#689765 (or 0x689765) is known color: Hippie Green. HEX triplet: 68, 97 and 65. RGB value is (104,151,101). Sum of RGB (Red+Green+Blue) = 104+151+101=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #689765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689765 is #97689A. Grayscale: #838383. Windows color (decimal): -9922715 or 6657896. OLE color: 6657896.
HSL color Cylindrical-coordinate representation of color #689765: hue angle of 116.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689765 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 101 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.41 |
| HSL | 116.4º | 0.2% | 0.49% | - |
| HSV(B) | 116.4º | 0.33% | 0.59% | - |
| XYZ | 19.12 | 26.02 | 16.33 | - |
| YUV | 131.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 101 | 0.31 | 0 | 0.33 | 0.41 | 116.4 | 0.2 | 0.49 |
| Hex | 68 | 97 | 65 | 1F | 0 | 21 | 29 | 74 | 14 | 31 |
| Octal | 150 | 227 | 145 | 37 | 0 | 41 | 51 | 164 | 24 | 61 |
| Binary | 1101000 | 10010111 | 1100101 | 11111 | 0 | 100001 | 101001 | 1110100 | 10100 | 110001 |
Color Harmonies of #689765
Complementary color
Monochromatic Colors of #689765
Black with #689765
Text Example
Text Example
White with #689765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689765; }
p { color: rgb(104,151,101); }
H1.HeaderClassName
{
color: #689765;
}
.AnyTagClassName
{
color: #689765;
}
</style>
background-color css
<style>
a { background-color: #689765; }
a { background-color: rgb(104,151,101); }
div.DivClassName
{
background-color: #689765;
}
.BgClassName
{
background-color: #689765;
}
</style>
border-color css
<style>
span { border-color: #689765; }
span { border-color: rgb(104,151,101); }
td.TdClassName
{
border-color: #689765;
}
.TagClassName
{
border-color: #689765;
}
</style>