Shades of Hippie Green #668D5D
Tints of Hippie Green #668D5D
RGB
CMYK
RGB Variations
Color information
#668D5D (or 0x668D5D) is known color: Hippie Green. HEX triplet: 66, 8D and 5D. RGB value is (102,141,93). Sum of RGB (Red+Green+Blue) = 102+141+93=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 141 - color contains mainly: green. Hex color #668D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668D5D is #9972A2. Grayscale: #7C7C7C. Windows color (decimal): -10056355 or 6131046. OLE color: 6131046.
HSL color Cylindrical-coordinate representation of color #668D5D: hue angle of 108.75º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #668D5D is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 141 | 93 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.45 |
| HSL | 108.75º | 0.21% | 0.46% | - |
| HSV(B) | 108.75º | 0.34% | 0.55% | - |
| XYZ | 16.98 | 22.66 | 13.84 | - |
| YUV | 123.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 93 | 0.28 | 0 | 0.34 | 0.45 | 108.75 | 0.21 | 0.46 |
| Hex | 66 | 8D | 5D | 1C | 0 | 22 | 2D | 6D | 15 | 2E |
| Octal | 146 | 215 | 135 | 34 | 0 | 42 | 55 | 155 | 25 | 56 |
| Binary | 1100110 | 10001101 | 1011101 | 11100 | 0 | 100010 | 101101 | 1101101 | 10101 | 101110 |
Color Harmonies of #668D5D
Complementary color
Monochromatic Colors of #668D5D
Black with #668D5D
Text Example
Text Example
White with #668D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D5D; }
p { color: rgb(102,141,93); }
H1.HeaderClassName
{
color: #668D5D;
}
.AnyTagClassName
{
color: #668D5D;
}
</style>
background-color css
<style>
a { background-color: #668D5D; }
a { background-color: rgb(102,141,93); }
div.DivClassName
{
background-color: #668D5D;
}
.BgClassName
{
background-color: #668D5D;
}
</style>
border-color css
<style>
span { border-color: #668D5D; }
span { border-color: rgb(102,141,93); }
td.TdClassName
{
border-color: #668D5D;
}
.TagClassName
{
border-color: #668D5D;
}
</style>