Shades of Hippie Green #668062
Tints of Hippie Green #668062
RGB
CMYK
RGB Variations
Color information
#668062 (or 0x668062) is known color: Hippie Green. HEX triplet: 66, 80 and 62. RGB value is (102,128,98). Sum of RGB (Red+Green+Blue) = 102+128+98=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 128 - color contains mainly: green. Hex color #668062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668062 is #997F9D. Grayscale: #747474. Windows color (decimal): -10059678 or 6455398. OLE color: 6455398.
HSL color Cylindrical-coordinate representation of color #668062: hue angle of 112º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668062 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 98 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.50 |
| HSL | 112º | 0.13% | 0.44% | - |
| HSV(B) | 112º | 0.23% | 0.5% | - |
| XYZ | 15.4 | 19.14 | 14.44 | - |
| YUV | 116.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 98 | 0.20 | 0 | 0.23 | 0.50 | 112 | 0.13 | 0.44 |
| Hex | 66 | 80 | 62 | 14 | 0 | 17 | 32 | 70 | D | 2C |
| Octal | 146 | 200 | 142 | 24 | 0 | 27 | 62 | 160 | 15 | 54 |
| Binary | 1100110 | 10000000 | 1100010 | 10100 | 0 | 10111 | 110010 | 1110000 | 1101 | 101100 |
Color Harmonies of #668062
Complementary color
Monochromatic Colors of #668062
Black with #668062
Text Example
Text Example
White with #668062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668062; }
p { color: rgb(102,128,98); }
H1.HeaderClassName
{
color: #668062;
}
.AnyTagClassName
{
color: #668062;
}
</style>
background-color css
<style>
a { background-color: #668062; }
a { background-color: rgb(102,128,98); }
div.DivClassName
{
background-color: #668062;
}
.BgClassName
{
background-color: #668062;
}
</style>
border-color css
<style>
span { border-color: #668062; }
span { border-color: rgb(102,128,98); }
td.TdClassName
{
border-color: #668062;
}
.TagClassName
{
border-color: #668062;
}
</style>