Shades of Hippie Green #668260
Tints of Hippie Green #668260
RGB
CMYK
RGB Variations
Color information
#668260 (or 0x668260) is known color: Hippie Green. HEX triplet: 66, 82 and 60. RGB value is (102,130,96). Sum of RGB (Red+Green+Blue) = 102+130+96=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #668260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668260 is #997D9F. Grayscale: #757575. Windows color (decimal): -10059168 or 6324838. OLE color: 6324838.
HSL color Cylindrical-coordinate representation of color #668260: hue angle of 109.41º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668260 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 96 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.49 |
| HSL | 109.41º | 0.15% | 0.44% | - |
| HSV(B) | 109.41º | 0.26% | 0.51% | - |
| XYZ | 15.57 | 19.63 | 14.04 | - |
| YUV | 117.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 96 | 0.22 | 0 | 0.26 | 0.49 | 109.41 | 0.15 | 0.44 |
| Hex | 66 | 82 | 60 | 16 | 0 | 1A | 31 | 6D | F | 2C |
| Octal | 146 | 202 | 140 | 26 | 0 | 32 | 61 | 155 | 17 | 54 |
| Binary | 1100110 | 10000010 | 1100000 | 10110 | 0 | 11010 | 110001 | 1101101 | 1111 | 101100 |
Color Harmonies of #668260
Complementary color
Monochromatic Colors of #668260
Black with #668260
Text Example
Text Example
White with #668260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668260; }
p { color: rgb(102,130,96); }
H1.HeaderClassName
{
color: #668260;
}
.AnyTagClassName
{
color: #668260;
}
</style>
background-color css
<style>
a { background-color: #668260; }
a { background-color: rgb(102,130,96); }
div.DivClassName
{
background-color: #668260;
}
.BgClassName
{
background-color: #668260;
}
</style>
border-color css
<style>
span { border-color: #668260; }
span { border-color: rgb(102,130,96); }
td.TdClassName
{
border-color: #668260;
}
.TagClassName
{
border-color: #668260;
}
</style>