Shades of Hippie Green #697D68
Tints of Hippie Green #697D68
RGB
CMYK
RGB Variations
Color information
#697D68 (or 0x697D68) is known color: Hippie Green. HEX triplet: 69, 7D and 68. RGB value is (105,125,104). Sum of RGB (Red+Green+Blue) = 105+125+104=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 125 - color contains mainly: green. Hex color #697D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D68 is #968297. Grayscale: #747474. Windows color (decimal): -9863832 or 6847849. OLE color: 6847849.
HSL color Cylindrical-coordinate representation of color #697D68: hue angle of 117.14º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697D68 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 104 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.51 |
| HSL | 117.14º | 0.09% | 0.45% | - |
| HSV(B) | 117.14º | 0.17% | 0.49% | - |
| XYZ | 15.66 | 18.67 | 15.88 | - |
| YUV | 116.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 104 | 0.16 | 0 | 0.17 | 0.51 | 117.14 | 0.09 | 0.45 |
| Hex | 69 | 7D | 68 | 10 | 0 | 11 | 33 | 75 | 9 | 2D |
| Octal | 151 | 175 | 150 | 20 | 0 | 21 | 63 | 165 | 11 | 55 |
| Binary | 1101001 | 1111101 | 1101000 | 10000 | 0 | 10001 | 110011 | 1110101 | 1001 | 101101 |
Color Harmonies of #697D68
Complementary color
Monochromatic Colors of #697D68
Black with #697D68
Text Example
Text Example
White with #697D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D68; }
p { color: rgb(105,125,104); }
H1.HeaderClassName
{
color: #697D68;
}
.AnyTagClassName
{
color: #697D68;
}
</style>
background-color css
<style>
a { background-color: #697D68; }
a { background-color: rgb(105,125,104); }
div.DivClassName
{
background-color: #697D68;
}
.BgClassName
{
background-color: #697D68;
}
</style>
border-color css
<style>
span { border-color: #697D68; }
span { border-color: rgb(105,125,104); }
td.TdClassName
{
border-color: #697D68;
}
.TagClassName
{
border-color: #697D68;
}
</style>