Shades of Hippie Green #688C5C
Tints of Hippie Green #688C5C
RGB
CMYK
RGB Variations
Color information
#688C5C (or 0x688C5C) is known color: Hippie Green. HEX triplet: 68, 8C and 5C. RGB value is (104,140,92). Sum of RGB (Red+Green+Blue) = 104+140+92=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #688C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C5C is #9773A3. Grayscale: #7B7B7B. Windows color (decimal): -9925540 or 6065256. OLE color: 6065256.
HSL color Cylindrical-coordinate representation of color #688C5C: hue angle of 105º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #688C5C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 92 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.45 |
| HSL | 105º | 0.21% | 0.45% | - |
| HSV(B) | 105º | 0.34% | 0.55% | - |
| XYZ | 17.02 | 22.47 | 13.57 | - |
| YUV | 123.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 92 | 0.26 | 0 | 0.34 | 0.45 | 105 | 0.21 | 0.45 |
| Hex | 68 | 8C | 5C | 1A | 0 | 22 | 2D | 69 | 15 | 2D |
| Octal | 150 | 214 | 134 | 32 | 0 | 42 | 55 | 151 | 25 | 55 |
| Binary | 1101000 | 10001100 | 1011100 | 11010 | 0 | 100010 | 101101 | 1101001 | 10101 | 101101 |
Color Harmonies of #688C5C
Complementary color
Monochromatic Colors of #688C5C
Black with #688C5C
Text Example
Text Example
White with #688C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C5C; }
p { color: rgb(104,140,92); }
H1.HeaderClassName
{
color: #688C5C;
}
.AnyTagClassName
{
color: #688C5C;
}
</style>
background-color css
<style>
a { background-color: #688C5C; }
a { background-color: rgb(104,140,92); }
div.DivClassName
{
background-color: #688C5C;
}
.BgClassName
{
background-color: #688C5C;
}
</style>
border-color css
<style>
span { border-color: #688C5C; }
span { border-color: rgb(104,140,92); }
td.TdClassName
{
border-color: #688C5C;
}
.TagClassName
{
border-color: #688C5C;
}
</style>