Shades of Hippie Green #689665
Tints of Hippie Green #689665
RGB
CMYK
RGB Variations
Color information
#689665 (or 0x689665) is known color: Hippie Green. HEX triplet: 68, 96 and 65. RGB value is (104,150,101). Sum of RGB (Red+Green+Blue) = 104+150+101=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #689665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689665 is #97699A. Grayscale: #828282. Windows color (decimal): -9922971 or 6657640. OLE color: 6657640.
HSL color Cylindrical-coordinate representation of color #689665: hue angle of 116.33º 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 #689665 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 101 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.41 |
| HSL | 116.33º | 0.2% | 0.49% | - |
| HSV(B) | 116.33º | 0.33% | 0.59% | - |
| XYZ | 18.96 | 25.7 | 16.27 | - |
| YUV | 130.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 101 | 0.31 | 0 | 0.33 | 0.41 | 116.33 | 0.2 | 0.49 |
| Hex | 68 | 96 | 65 | 1F | 0 | 21 | 29 | 74 | 14 | 31 |
| Octal | 150 | 226 | 145 | 37 | 0 | 41 | 51 | 164 | 24 | 61 |
| Binary | 1101000 | 10010110 | 1100101 | 11111 | 0 | 100001 | 101001 | 1110100 | 10100 | 110001 |
Color Harmonies of #689665
Complementary color
Monochromatic Colors of #689665
Black with #689665
Text Example
Text Example
White with #689665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689665; }
p { color: rgb(104,150,101); }
H1.HeaderClassName
{
color: #689665;
}
.AnyTagClassName
{
color: #689665;
}
</style>
background-color css
<style>
a { background-color: #689665; }
a { background-color: rgb(104,150,101); }
div.DivClassName
{
background-color: #689665;
}
.BgClassName
{
background-color: #689665;
}
</style>
border-color css
<style>
span { border-color: #689665; }
span { border-color: rgb(104,150,101); }
td.TdClassName
{
border-color: #689665;
}
.TagClassName
{
border-color: #689665;
}
</style>