Shades of Hippie Green #697C68
Tints of Hippie Green #697C68
RGB
CMYK
RGB Variations
Color information
#697C68 (or 0x697C68) is known color: Hippie Green. HEX triplet: 69, 7C and 68. RGB value is (105,124,104). Sum of RGB (Red+Green+Blue) = 105+124+104=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 124 - color contains mainly: green. Hex color #697C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C68 is #968397. Grayscale: #747474. Windows color (decimal): -9864088 or 6847593. OLE color: 6847593.
HSL color Cylindrical-coordinate representation of color #697C68: hue angle of 117º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697C68 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 104 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.51 |
| HSL | 117º | 0.09% | 0.45% | - |
| HSV(B) | 117º | 0.16% | 0.49% | - |
| XYZ | 15.53 | 18.42 | 15.83 | - |
| YUV | 116.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 104 | 0.15 | 0 | 0.16 | 0.51 | 117 | 0.09 | 0.45 |
| Hex | 69 | 7C | 68 | F | 0 | 10 | 33 | 75 | 9 | 2D |
| Octal | 151 | 174 | 150 | 17 | 0 | 20 | 63 | 165 | 11 | 55 |
| Binary | 1101001 | 1111100 | 1101000 | 1111 | 0 | 10000 | 110011 | 1110101 | 1001 | 101101 |
Color Harmonies of #697C68
Complementary color
Monochromatic Colors of #697C68
Black with #697C68
Text Example
Text Example
White with #697C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C68; }
p { color: rgb(105,124,104); }
H1.HeaderClassName
{
color: #697C68;
}
.AnyTagClassName
{
color: #697C68;
}
</style>
background-color css
<style>
a { background-color: #697C68; }
a { background-color: rgb(105,124,104); }
div.DivClassName
{
background-color: #697C68;
}
.BgClassName
{
background-color: #697C68;
}
</style>
border-color css
<style>
span { border-color: #697C68; }
span { border-color: rgb(105,124,104); }
td.TdClassName
{
border-color: #697C68;
}
.TagClassName
{
border-color: #697C68;
}
</style>