Shades of Hippie Green #688265
Tints of Hippie Green #688265
RGB
CMYK
RGB Variations
Color information
#688265 (or 0x688265) is known color: Hippie Green. HEX triplet: 68, 82 and 65. RGB value is (104,130,101). Sum of RGB (Red+Green+Blue) = 104+130+101=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #688265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688265 is #977D9A. Grayscale: #777777. Windows color (decimal): -9928091 or 6652520. OLE color: 6652520.
HSL color Cylindrical-coordinate representation of color #688265: hue angle of 113.79º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688265 is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 101 | - |
| CMYK | 0.2 | 0 | 0.22 | 0.49 |
| HSL | 113.79º | 0.13% | 0.45% | - |
| HSV(B) | 113.79º | 0.22% | 0.51% | - |
| XYZ | 16.04 | 19.85 | 15.3 | - |
| YUV | 118.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 101 | 0.2 | 0 | 0.22 | 0.49 | 113.79 | 0.13 | 0.45 |
| Hex | 68 | 82 | 65 | 14 | 0 | 16 | 31 | 72 | D | 2D |
| Octal | 150 | 202 | 145 | 24 | 0 | 26 | 61 | 162 | 15 | 55 |
| Binary | 1101000 | 10000010 | 1100101 | 10100 | 0 | 10110 | 110001 | 1110010 | 1101 | 101101 |
Color Harmonies of #688265
Complementary color
Monochromatic Colors of #688265
Black with #688265
Text Example
Text Example
White with #688265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688265; }
p { color: rgb(104,130,101); }
H1.HeaderClassName
{
color: #688265;
}
.AnyTagClassName
{
color: #688265;
}
</style>
background-color css
<style>
a { background-color: #688265; }
a { background-color: rgb(104,130,101); }
div.DivClassName
{
background-color: #688265;
}
.BgClassName
{
background-color: #688265;
}
</style>
border-color css
<style>
span { border-color: #688265; }
span { border-color: rgb(104,130,101); }
td.TdClassName
{
border-color: #688265;
}
.TagClassName
{
border-color: #688265;
}
</style>