Shades of Hippie Green #698860
Tints of Hippie Green #698860
RGB
CMYK
RGB Variations
Color information
#698860 (or 0x698860) is known color: Hippie Green. HEX triplet: 69, 88 and 60. RGB value is (105,136,96). Sum of RGB (Red+Green+Blue) = 105+136+96=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #698860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698860 is #96779F. Grayscale: #7A7A7A. Windows color (decimal): -9861024 or 6326377. OLE color: 6326377.
HSL color Cylindrical-coordinate representation of color #698860: hue angle of 106.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698860 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 136 | 96 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.47 |
| HSL | 106.5º | 0.17% | 0.45% | - |
| HSV(B) | 106.5º | 0.29% | 0.53% | - |
| XYZ | 16.74 | 21.46 | 14.33 | - |
| YUV | 122.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 136 | 96 | 0.23 | 0 | 0.29 | 0.47 | 106.5 | 0.17 | 0.45 |
| Hex | 69 | 88 | 60 | 17 | 0 | 1D | 2F | 6A | 11 | 2D |
| Octal | 151 | 210 | 140 | 27 | 0 | 35 | 57 | 152 | 21 | 55 |
| Binary | 1101001 | 10001000 | 1100000 | 10111 | 0 | 11101 | 101111 | 1101010 | 10001 | 101101 |
Color Harmonies of #698860
Complementary color
Monochromatic Colors of #698860
Black with #698860
Text Example
Text Example
White with #698860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698860; }
p { color: rgb(105,136,96); }
H1.HeaderClassName
{
color: #698860;
}
.AnyTagClassName
{
color: #698860;
}
</style>
background-color css
<style>
a { background-color: #698860; }
a { background-color: rgb(105,136,96); }
div.DivClassName
{
background-color: #698860;
}
.BgClassName
{
background-color: #698860;
}
</style>
border-color css
<style>
span { border-color: #698860; }
span { border-color: rgb(105,136,96); }
td.TdClassName
{
border-color: #698860;
}
.TagClassName
{
border-color: #698860;
}
</style>