Shades of Hippie Green #698B64
Tints of Hippie Green #698B64
RGB
CMYK
RGB Variations
Color information
#698B64 (or 0x698B64) is known color: Hippie Green. HEX triplet: 69, 8B and 64. RGB value is (105,139,100). Sum of RGB (Red+Green+Blue) = 105+139+100=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #698B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698B64 is #96749B. Grayscale: #7C7C7C. Windows color (decimal): -9860252 or 6589289. OLE color: 6589289.
HSL color Cylindrical-coordinate representation of color #698B64: hue angle of 112.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698B64 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 139 | 100 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.45 |
| HSL | 112.31º | 0.16% | 0.47% | - |
| HSV(B) | 112.31º | 0.28% | 0.55% | - |
| XYZ | 17.36 | 22.39 | 15.46 | - |
| YUV | 124.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 100 | 0.24 | 0 | 0.28 | 0.45 | 112.31 | 0.16 | 0.47 |
| Hex | 69 | 8B | 64 | 18 | 0 | 1C | 2D | 70 | 10 | 2F |
| Octal | 151 | 213 | 144 | 30 | 0 | 34 | 55 | 160 | 20 | 57 |
| Binary | 1101001 | 10001011 | 1100100 | 11000 | 0 | 11100 | 101101 | 1110000 | 10000 | 101111 |
Color Harmonies of #698B64
Complementary color
Monochromatic Colors of #698B64
Black with #698B64
Text Example
Text Example
White with #698B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698B64; }
p { color: rgb(105,139,100); }
H1.HeaderClassName
{
color: #698B64;
}
.AnyTagClassName
{
color: #698B64;
}
</style>
background-color css
<style>
a { background-color: #698B64; }
a { background-color: rgb(105,139,100); }
div.DivClassName
{
background-color: #698B64;
}
.BgClassName
{
background-color: #698B64;
}
</style>
border-color css
<style>
span { border-color: #698B64; }
span { border-color: rgb(105,139,100); }
td.TdClassName
{
border-color: #698B64;
}
.TagClassName
{
border-color: #698B64;
}
</style>