Shades of Hippie Green #669657
Tints of Hippie Green #669657
RGB
CMYK
RGB Variations
Color information
#669657 (or 0x669657) is known color: Hippie Green. HEX triplet: 66, 96 and 57. RGB value is (102,150,87). Sum of RGB (Red+Green+Blue) = 102+150+87=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 150 - color contains mainly: green. Hex color #669657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669657 is #9969A8. Grayscale: #808080. Windows color (decimal): -10054057 or 5740134. OLE color: 5740134.
HSL color Cylindrical-coordinate representation of color #669657: hue angle of 105.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669657 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 87 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.41 |
| HSL | 105.71º | 0.27% | 0.46% | - |
| HSV(B) | 105.71º | 0.42% | 0.59% | - |
| XYZ | 18.11 | 25.33 | 12.95 | - |
| YUV | 128.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 87 | 0.32 | 0 | 0.42 | 0.41 | 105.71 | 0.27 | 0.46 |
| Hex | 66 | 96 | 57 | 20 | 0 | 2A | 29 | 6A | 1B | 2E |
| Octal | 146 | 226 | 127 | 40 | 0 | 52 | 51 | 152 | 33 | 56 |
| Binary | 1100110 | 10010110 | 1010111 | 100000 | 0 | 101010 | 101001 | 1101010 | 11011 | 101110 |
Color Harmonies of #669657
Complementary color
Monochromatic Colors of #669657
Black with #669657
Text Example
Text Example
White with #669657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669657; }
p { color: rgb(102,150,87); }
H1.HeaderClassName
{
color: #669657;
}
.AnyTagClassName
{
color: #669657;
}
</style>
background-color css
<style>
a { background-color: #669657; }
a { background-color: rgb(102,150,87); }
div.DivClassName
{
background-color: #669657;
}
.BgClassName
{
background-color: #669657;
}
</style>
border-color css
<style>
span { border-color: #669657; }
span { border-color: rgb(102,150,87); }
td.TdClassName
{
border-color: #669657;
}
.TagClassName
{
border-color: #669657;
}
</style>