Shades of Hippie Green #668864
Tints of Hippie Green #668864
RGB
CMYK
RGB Variations
Color information
#668864 (or 0x668864) is known color: Hippie Green. HEX triplet: 66, 88 and 64. RGB value is (102,136,100). Sum of RGB (Red+Green+Blue) = 102+136+100=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 136 - color contains mainly: green. Hex color #668864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668864 is #99779B. Grayscale: #797979. Windows color (decimal): -10057628 or 6588518. OLE color: 6588518.
HSL color Cylindrical-coordinate representation of color #668864: hue angle of 116.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668864 is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 100 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.47 |
| HSL | 116.67º | 0.15% | 0.46% | - |
| HSV(B) | 116.67º | 0.26% | 0.53% | - |
| XYZ | 16.58 | 21.35 | 15.3 | - |
| YUV | 121.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 100 | 0.25 | 0 | 0.26 | 0.47 | 116.67 | 0.15 | 0.46 |
| Hex | 66 | 88 | 64 | 19 | 0 | 1A | 2F | 75 | F | 2E |
| Octal | 146 | 210 | 144 | 31 | 0 | 32 | 57 | 165 | 17 | 56 |
| Binary | 1100110 | 10001000 | 1100100 | 11001 | 0 | 11010 | 101111 | 1110101 | 1111 | 101110 |
Color Harmonies of #668864
Complementary color
Monochromatic Colors of #668864
Black with #668864
Text Example
Text Example
White with #668864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668864; }
p { color: rgb(102,136,100); }
H1.HeaderClassName
{
color: #668864;
}
.AnyTagClassName
{
color: #668864;
}
</style>
background-color css
<style>
a { background-color: #668864; }
a { background-color: rgb(102,136,100); }
div.DivClassName
{
background-color: #668864;
}
.BgClassName
{
background-color: #668864;
}
</style>
border-color css
<style>
span { border-color: #668864; }
span { border-color: rgb(102,136,100); }
td.TdClassName
{
border-color: #668864;
}
.TagClassName
{
border-color: #668864;
}
</style>