Shades of Hippie Green #698865
Tints of Hippie Green #698865
RGB
CMYK
RGB Variations
Color information
#698865 (or 0x698865) is known color: Hippie Green. HEX triplet: 69, 88 and 65. RGB value is (105,136,101). Sum of RGB (Red+Green+Blue) = 105+136+101=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #698865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698865 is #96779A. Grayscale: #7A7A7A. Windows color (decimal): -9861019 or 6654057. OLE color: 6654057.
HSL color Cylindrical-coordinate representation of color #698865: hue angle of 113.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698865 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 101 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.47 |
| HSL | 113.14º | 0.15% | 0.46% | - |
| HSV(B) | 113.14º | 0.26% | 0.53% | - |
| XYZ | 16.98 | 21.55 | 15.58 | - |
| YUV | 122.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 101 | 0.23 | 0 | 0.26 | 0.47 | 113.14 | 0.15 | 0.46 |
| Hex | 69 | 88 | 65 | 17 | 0 | 1A | 2F | 71 | F | 2E |
| Octal | 151 | 210 | 145 | 27 | 0 | 32 | 57 | 161 | 17 | 56 |
| Binary | 1101001 | 10001000 | 1100101 | 10111 | 0 | 11010 | 101111 | 1110001 | 1111 | 101110 |
Color Harmonies of #698865
Complementary color
Monochromatic Colors of #698865
Black with #698865
Text Example
Text Example
White with #698865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698865; }
p { color: rgb(105,136,101); }
H1.HeaderClassName
{
color: #698865;
}
.AnyTagClassName
{
color: #698865;
}
</style>
background-color css
<style>
a { background-color: #698865; }
a { background-color: rgb(105,136,101); }
div.DivClassName
{
background-color: #698865;
}
.BgClassName
{
background-color: #698865;
}
</style>
border-color css
<style>
span { border-color: #698865; }
span { border-color: rgb(105,136,101); }
td.TdClassName
{
border-color: #698865;
}
.TagClassName
{
border-color: #698865;
}
</style>