Shades of Hippie Green #668D5B
Tints of Hippie Green #668D5B
RGB
CMYK
RGB Variations
Color information
#668D5B (or 0x668D5B) is known color: Hippie Green. HEX triplet: 66, 8D and 5B. RGB value is (102,141,91). Sum of RGB (Red+Green+Blue) = 102+141+91=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #668D5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D5B is #9972A4. Grayscale: #7B7B7B. Windows color (decimal): -10056357 or 5999974. OLE color: 5999974.
HSL color Cylindrical-coordinate representation of color #668D5B: hue angle of 106.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #668D5B is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 91 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.45 |
| HSL | 106.8º | 0.22% | 0.45% | - |
| HSV(B) | 106.8º | 0.35% | 0.55% | - |
| XYZ | 16.89 | 22.63 | 13.38 | - |
| YUV | 123.64 | 109.58 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 91 | 0.28 | 0 | 0.35 | 0.45 | 106.8 | 0.22 | 0.45 |
| Hex | 66 | 8D | 5B | 1C | 0 | 23 | 2D | 6B | 16 | 2D |
| Octal | 146 | 215 | 133 | 34 | 0 | 43 | 55 | 153 | 26 | 55 |
| Binary | 1100110 | 10001101 | 1011011 | 11100 | 0 | 100011 | 101101 | 1101011 | 10110 | 101101 |
Color Harmonies of #668D5B
Complementary color
Monochromatic Colors of #668D5B
Black with #668D5B
Text Example
Text Example
White with #668D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D5B; }
p { color: rgb(102,141,91); }
H1.HeaderClassName
{
color: #668D5B;
}
.AnyTagClassName
{
color: #668D5B;
}
</style>
background-color css
<style>
a { background-color: #668D5B; }
a { background-color: rgb(102,141,91); }
div.DivClassName
{
background-color: #668D5B;
}
.BgClassName
{
background-color: #668D5B;
}
</style>
border-color css
<style>
span { border-color: #668D5B; }
span { border-color: rgb(102,141,91); }
td.TdClassName
{
border-color: #668D5B;
}
.TagClassName
{
border-color: #668D5B;
}
</style>