Shades of Hippie Green #669655
Tints of Hippie Green #669655
RGB
CMYK
RGB Variations
Color information
#669655 (or 0x669655) is known color: Hippie Green. HEX triplet: 66, 96 and 55. RGB value is (102,150,85). Sum of RGB (Red+Green+Blue) = 102+150+85=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #669655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669655 is #9969AA. Grayscale: #808080. Windows color (decimal): -10054059 or 5609062. OLE color: 5609062.
HSL color Cylindrical-coordinate representation of color #669655: hue angle of 104.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #669655 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 85 | - |
| CMYK | 0.32 | 0 | 0.43 | 0.41 |
| HSL | 104.31º | 0.28% | 0.46% | - |
| HSV(B) | 104.31º | 0.43% | 0.59% | - |
| XYZ | 18.03 | 25.29 | 12.53 | - |
| YUV | 128.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 85 | 0.32 | 0 | 0.43 | 0.41 | 104.31 | 0.28 | 0.46 |
| Hex | 66 | 96 | 55 | 20 | 0 | 2B | 29 | 68 | 1C | 2E |
| Octal | 146 | 226 | 125 | 40 | 0 | 53 | 51 | 150 | 34 | 56 |
| Binary | 1100110 | 10010110 | 1010101 | 100000 | 0 | 101011 | 101001 | 1101000 | 11100 | 101110 |
Color Harmonies of #669655
Complementary color
Monochromatic Colors of #669655
Black with #669655
Text Example
Text Example
White with #669655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669655; }
p { color: rgb(102,150,85); }
H1.HeaderClassName
{
color: #669655;
}
.AnyTagClassName
{
color: #669655;
}
</style>
background-color css
<style>
a { background-color: #669655; }
a { background-color: rgb(102,150,85); }
div.DivClassName
{
background-color: #669655;
}
.BgClassName
{
background-color: #669655;
}
</style>
border-color css
<style>
span { border-color: #669655; }
span { border-color: rgb(102,150,85); }
td.TdClassName
{
border-color: #669655;
}
.TagClassName
{
border-color: #669655;
}
</style>