Shades of Hippie Green #668D5C
Tints of Hippie Green #668D5C
RGB
CMYK
RGB Variations
Color information
#668D5C (or 0x668D5C) is known color: Hippie Green. HEX triplet: 66, 8D and 5C. RGB value is (102,141,92). Sum of RGB (Red+Green+Blue) = 102+141+92=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 141 - color contains mainly: green. Hex color #668D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D5C is #9972A3. Grayscale: #7B7B7B. Windows color (decimal): -10056356 or 6065510. OLE color: 6065510.
HSL color Cylindrical-coordinate representation of color #668D5C: hue angle of 107.76º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668D5C is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 92 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.45 |
| HSL | 107.76º | 0.21% | 0.46% | - |
| HSV(B) | 107.76º | 0.35% | 0.55% | - |
| XYZ | 16.94 | 22.65 | 13.6 | - |
| YUV | 123.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 92 | 0.28 | 0 | 0.35 | 0.45 | 107.76 | 0.21 | 0.46 |
| Hex | 66 | 8D | 5C | 1C | 0 | 23 | 2D | 6C | 15 | 2E |
| Octal | 146 | 215 | 134 | 34 | 0 | 43 | 55 | 154 | 25 | 56 |
| Binary | 1100110 | 10001101 | 1011100 | 11100 | 0 | 100011 | 101101 | 1101100 | 10101 | 101110 |
Color Harmonies of #668D5C
Complementary color
Monochromatic Colors of #668D5C
Black with #668D5C
Text Example
Text Example
White with #668D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D5C; }
p { color: rgb(102,141,92); }
H1.HeaderClassName
{
color: #668D5C;
}
.AnyTagClassName
{
color: #668D5C;
}
</style>
background-color css
<style>
a { background-color: #668D5C; }
a { background-color: rgb(102,141,92); }
div.DivClassName
{
background-color: #668D5C;
}
.BgClassName
{
background-color: #668D5C;
}
</style>
border-color css
<style>
span { border-color: #668D5C; }
span { border-color: rgb(102,141,92); }
td.TdClassName
{
border-color: #668D5C;
}
.TagClassName
{
border-color: #668D5C;
}
</style>