Shades of Hippie Green #668D61
Tints of Hippie Green #668D61
RGB
CMYK
RGB Variations
Color information
#668D61 (or 0x668D61) is known color: Hippie Green. HEX triplet: 66, 8D and 61. RGB value is (102,141,97). Sum of RGB (Red+Green+Blue) = 102+141+97=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #668D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D61 is #99729E. Grayscale: #7C7C7C. Windows color (decimal): -10056351 or 6393190. OLE color: 6393190.
HSL color Cylindrical-coordinate representation of color #668D61: hue angle of 113.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668D61 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 97 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.45 |
| HSL | 113.18º | 0.18% | 0.47% | - |
| HSV(B) | 113.18º | 0.31% | 0.55% | - |
| XYZ | 17.16 | 22.74 | 14.79 | - |
| YUV | 124.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 97 | 0.28 | 0 | 0.31 | 0.45 | 113.18 | 0.18 | 0.47 |
| Hex | 66 | 8D | 61 | 1C | 0 | 1F | 2D | 71 | 12 | 2F |
| Octal | 146 | 215 | 141 | 34 | 0 | 37 | 55 | 161 | 22 | 57 |
| Binary | 1100110 | 10001101 | 1100001 | 11100 | 0 | 11111 | 101101 | 1110001 | 10010 | 101111 |
Color Harmonies of #668D61
Complementary color
Monochromatic Colors of #668D61
Black with #668D61
Text Example
Text Example
White with #668D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D61; }
p { color: rgb(102,141,97); }
H1.HeaderClassName
{
color: #668D61;
}
.AnyTagClassName
{
color: #668D61;
}
</style>
background-color css
<style>
a { background-color: #668D61; }
a { background-color: rgb(102,141,97); }
div.DivClassName
{
background-color: #668D61;
}
.BgClassName
{
background-color: #668D61;
}
</style>
border-color css
<style>
span { border-color: #668D61; }
span { border-color: rgb(102,141,97); }
td.TdClassName
{
border-color: #668D61;
}
.TagClassName
{
border-color: #668D61;
}
</style>