Shades of Hippie Green #698766
Tints of Hippie Green #698766
RGB
CMYK
RGB Variations
Color information
#698766 (or 0x698766) is known color: Hippie Green. HEX triplet: 69, 87 and 66. RGB value is (105,135,102). Sum of RGB (Red+Green+Blue) = 105+135+102=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #698766 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698766 is #967899. Grayscale: #7A7A7A. Windows color (decimal): -9861274 or 6719337. OLE color: 6719337.
HSL color Cylindrical-coordinate representation of color #698766: hue angle of 114.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #698766 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 102 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.47 |
| HSL | 114.55º | 0.14% | 0.46% | - |
| HSV(B) | 114.55º | 0.24% | 0.53% | - |
| XYZ | 16.89 | 21.29 | 15.79 | - |
| YUV | 122.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 102 | 0.22 | 0 | 0.24 | 0.47 | 114.55 | 0.14 | 0.46 |
| Hex | 69 | 87 | 66 | 16 | 0 | 18 | 2F | 73 | E | 2E |
| Octal | 151 | 207 | 146 | 26 | 0 | 30 | 57 | 163 | 16 | 56 |
| Binary | 1101001 | 10000111 | 1100110 | 10110 | 0 | 11000 | 101111 | 1110011 | 1110 | 101110 |
Color Harmonies of #698766
Complementary color
Monochromatic Colors of #698766
Black with #698766
Text Example
Text Example
White with #698766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698766; }
p { color: rgb(105,135,102); }
H1.HeaderClassName
{
color: #698766;
}
.AnyTagClassName
{
color: #698766;
}
</style>
background-color css
<style>
a { background-color: #698766; }
a { background-color: rgb(105,135,102); }
div.DivClassName
{
background-color: #698766;
}
.BgClassName
{
background-color: #698766;
}
</style>
border-color css
<style>
span { border-color: #698766; }
span { border-color: rgb(105,135,102); }
td.TdClassName
{
border-color: #698766;
}
.TagClassName
{
border-color: #698766;
}
</style>