Shades of Hippie Green #698065
Tints of Hippie Green #698065
RGB
CMYK
RGB Variations
Color information
#698065 (or 0x698065) is known color: Hippie Green. HEX triplet: 69, 80 and 65. RGB value is (105,128,101). Sum of RGB (Red+Green+Blue) = 105+128+101=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 128 - color contains mainly: green. Hex color #698065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698065 is #967F9A. Grayscale: #767676. Windows color (decimal): -9863067 or 6652009. OLE color: 6652009.
HSL color Cylindrical-coordinate representation of color #698065: hue angle of 111.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698065 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 101 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.50 |
| HSL | 111.11º | 0.12% | 0.45% | - |
| HSV(B) | 111.11º | 0.21% | 0.5% | - |
| XYZ | 15.89 | 19.38 | 15.22 | - |
| YUV | 118.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 101 | 0.18 | 0 | 0.21 | 0.50 | 111.11 | 0.12 | 0.45 |
| Hex | 69 | 80 | 65 | 12 | 0 | 15 | 32 | 6F | C | 2D |
| Octal | 151 | 200 | 145 | 22 | 0 | 25 | 62 | 157 | 14 | 55 |
| Binary | 1101001 | 10000000 | 1100101 | 10010 | 0 | 10101 | 110010 | 1101111 | 1100 | 101101 |
Color Harmonies of #698065
Complementary color
Monochromatic Colors of #698065
Black with #698065
Text Example
Text Example
White with #698065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698065; }
p { color: rgb(105,128,101); }
H1.HeaderClassName
{
color: #698065;
}
.AnyTagClassName
{
color: #698065;
}
</style>
background-color css
<style>
a { background-color: #698065; }
a { background-color: rgb(105,128,101); }
div.DivClassName
{
background-color: #698065;
}
.BgClassName
{
background-color: #698065;
}
</style>
border-color css
<style>
span { border-color: #698065; }
span { border-color: rgb(105,128,101); }
td.TdClassName
{
border-color: #698065;
}
.TagClassName
{
border-color: #698065;
}
</style>