Shades of Hippie Green #668264
Tints of Hippie Green #668264
RGB
CMYK
RGB Variations
Color information
#668264 (or 0x668264) is known color: Hippie Green. HEX triplet: 66, 82 and 64. RGB value is (102,130,100). Sum of RGB (Red+Green+Blue) = 102+130+100=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #668264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668264 is #997D9B. Grayscale: #767676. Windows color (decimal): -10059164 or 6586982. OLE color: 6586982.
HSL color Cylindrical-coordinate representation of color #668264: hue angle of 116º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668264 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 100 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.49 |
| HSL | 116º | 0.13% | 0.45% | - |
| HSV(B) | 116º | 0.23% | 0.51% | - |
| XYZ | 15.76 | 19.71 | 15.03 | - |
| YUV | 118.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 100 | 0.22 | 0 | 0.23 | 0.49 | 116 | 0.13 | 0.45 |
| Hex | 66 | 82 | 64 | 16 | 0 | 17 | 31 | 74 | D | 2D |
| Octal | 146 | 202 | 144 | 26 | 0 | 27 | 61 | 164 | 15 | 55 |
| Binary | 1100110 | 10000010 | 1100100 | 10110 | 0 | 10111 | 110001 | 1110100 | 1101 | 101101 |
Color Harmonies of #668264
Complementary color
Monochromatic Colors of #668264
Black with #668264
Text Example
Text Example
White with #668264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668264; }
p { color: rgb(102,130,100); }
H1.HeaderClassName
{
color: #668264;
}
.AnyTagClassName
{
color: #668264;
}
</style>
background-color css
<style>
a { background-color: #668264; }
a { background-color: rgb(102,130,100); }
div.DivClassName
{
background-color: #668264;
}
.BgClassName
{
background-color: #668264;
}
</style>
border-color css
<style>
span { border-color: #668264; }
span { border-color: rgb(102,130,100); }
td.TdClassName
{
border-color: #668264;
}
.TagClassName
{
border-color: #668264;
}
</style>