Shades of Hippie Green #698C62
Tints of Hippie Green #698C62
RGB
CMYK
RGB Variations
Color information
#698C62 (or 0x698C62) is known color: Hippie Green. HEX triplet: 69, 8C and 62. RGB value is (105,140,98). Sum of RGB (Red+Green+Blue) = 105+140+98=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #698C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C62 is #96739D. Grayscale: #7C7C7C. Windows color (decimal): -9859998 or 6458473. OLE color: 6458473.
HSL color Cylindrical-coordinate representation of color #698C62: hue angle of 110º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698C62 is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 140 | 98 | - |
| CMYK | 0.25 | 0 | 0.3 | 0.45 |
| HSL | 110º | 0.18% | 0.47% | - |
| HSV(B) | 110º | 0.3% | 0.55% | - |
| XYZ | 17.41 | 22.64 | 15.01 | - |
| YUV | 124.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 98 | 0.25 | 0 | 0.3 | 0.45 | 110 | 0.18 | 0.47 |
| Hex | 69 | 8C | 62 | 19 | 0 | 1E | 2D | 6E | 12 | 2F |
| Octal | 151 | 214 | 142 | 31 | 0 | 36 | 55 | 156 | 22 | 57 |
| Binary | 1101001 | 10001100 | 1100010 | 11001 | 0 | 11110 | 101101 | 1101110 | 10010 | 101111 |
Color Harmonies of #698C62
Complementary color
Monochromatic Colors of #698C62
Black with #698C62
Text Example
Text Example
White with #698C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C62; }
p { color: rgb(105,140,98); }
H1.HeaderClassName
{
color: #698C62;
}
.AnyTagClassName
{
color: #698C62;
}
</style>
background-color css
<style>
a { background-color: #698C62; }
a { background-color: rgb(105,140,98); }
div.DivClassName
{
background-color: #698C62;
}
.BgClassName
{
background-color: #698C62;
}
</style>
border-color css
<style>
span { border-color: #698C62; }
span { border-color: rgb(105,140,98); }
td.TdClassName
{
border-color: #698C62;
}
.TagClassName
{
border-color: #698C62;
}
</style>