Shades of Hippie Green #688B5D
Tints of Hippie Green #688B5D
RGB
CMYK
RGB Variations
Color information
#688B5D (or 0x688B5D) is known color: Hippie Green. HEX triplet: 68, 8B and 5D. RGB value is (104,139,93). Sum of RGB (Red+Green+Blue) = 104+139+93=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #688B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B5D is #9774A2. Grayscale: #7B7B7B. Windows color (decimal): -9925795 or 6130536. OLE color: 6130536.
HSL color Cylindrical-coordinate representation of color #688B5D: hue angle of 105.65º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #688B5D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 93 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.45 |
| HSL | 105.65º | 0.2% | 0.45% | - |
| HSV(B) | 105.65º | 0.33% | 0.55% | - |
| XYZ | 16.92 | 22.2 | 13.75 | - |
| YUV | 123.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 93 | 0.25 | 0 | 0.33 | 0.45 | 105.65 | 0.2 | 0.45 |
| Hex | 68 | 8B | 5D | 19 | 0 | 21 | 2D | 6A | 14 | 2D |
| Octal | 150 | 213 | 135 | 31 | 0 | 41 | 55 | 152 | 24 | 55 |
| Binary | 1101000 | 10001011 | 1011101 | 11001 | 0 | 100001 | 101101 | 1101010 | 10100 | 101101 |
Color Harmonies of #688B5D
Complementary color
Monochromatic Colors of #688B5D
Black with #688B5D
Text Example
Text Example
White with #688B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B5D; }
p { color: rgb(104,139,93); }
H1.HeaderClassName
{
color: #688B5D;
}
.AnyTagClassName
{
color: #688B5D;
}
</style>
background-color css
<style>
a { background-color: #688B5D; }
a { background-color: rgb(104,139,93); }
div.DivClassName
{
background-color: #688B5D;
}
.BgClassName
{
background-color: #688B5D;
}
</style>
border-color css
<style>
span { border-color: #688B5D; }
span { border-color: rgb(104,139,93); }
td.TdClassName
{
border-color: #688B5D;
}
.TagClassName
{
border-color: #688B5D;
}
</style>