Shades of Hippie Green #668B5D
Tints of Hippie Green #668B5D
RGB
CMYK
RGB Variations
Color information
#668B5D (or 0x668B5D) is known color: Hippie Green. HEX triplet: 66, 8B and 5D. RGB value is (102,139,93). Sum of RGB (Red+Green+Blue) = 102+139+93=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #668B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B5D is #9974A2. Grayscale: #7A7A7A. Windows color (decimal): -10056867 or 6130534. OLE color: 6130534.
HSL color Cylindrical-coordinate representation of color #668B5D: hue angle of 108.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668B5D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 93 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.45 |
| HSL | 108.26º | 0.2% | 0.45% | - |
| HSV(B) | 108.26º | 0.33% | 0.55% | - |
| XYZ | 16.69 | 22.08 | 13.74 | - |
| YUV | 122.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 93 | 0.27 | 0 | 0.33 | 0.45 | 108.26 | 0.2 | 0.45 |
| Hex | 66 | 8B | 5D | 1B | 0 | 21 | 2D | 6C | 14 | 2D |
| Octal | 146 | 213 | 135 | 33 | 0 | 41 | 55 | 154 | 24 | 55 |
| Binary | 1100110 | 10001011 | 1011101 | 11011 | 0 | 100001 | 101101 | 1101100 | 10100 | 101101 |
Color Harmonies of #668B5D
Complementary color
Monochromatic Colors of #668B5D
Black with #668B5D
Text Example
Text Example
White with #668B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B5D; }
p { color: rgb(102,139,93); }
H1.HeaderClassName
{
color: #668B5D;
}
.AnyTagClassName
{
color: #668B5D;
}
</style>
background-color css
<style>
a { background-color: #668B5D; }
a { background-color: rgb(102,139,93); }
div.DivClassName
{
background-color: #668B5D;
}
.BgClassName
{
background-color: #668B5D;
}
</style>
border-color css
<style>
span { border-color: #668B5D; }
span { border-color: rgb(102,139,93); }
td.TdClassName
{
border-color: #668B5D;
}
.TagClassName
{
border-color: #668B5D;
}
</style>