Shades of Hippie Green #669556
Tints of Hippie Green #669556
RGB
CMYK
RGB Variations
Color information
#669556 (or 0x669556) is known color: Hippie Green. HEX triplet: 66, 95 and 56. RGB value is (102,149,86). Sum of RGB (Red+Green+Blue) = 102+149+86=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #669556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669556 is #996AA9. Grayscale: #7F7F7F. Windows color (decimal): -10054314 or 5674342. OLE color: 5674342.
HSL color Cylindrical-coordinate representation of color #669556: hue angle of 104.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #669556 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 86 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.42 |
| HSL | 104.76º | 0.27% | 0.46% | - |
| HSV(B) | 104.76º | 0.42% | 0.58% | - |
| XYZ | 17.91 | 24.99 | 12.68 | - |
| YUV | 127.77 | 104.43 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 86 | 0.32 | 0 | 0.42 | 0.42 | 104.76 | 0.27 | 0.46 |
| Hex | 66 | 95 | 56 | 20 | 0 | 2A | 2A | 69 | 1B | 2E |
| Octal | 146 | 225 | 126 | 40 | 0 | 52 | 52 | 151 | 33 | 56 |
| Binary | 1100110 | 10010101 | 1010110 | 100000 | 0 | 101010 | 101010 | 1101001 | 11011 | 101110 |
Color Harmonies of #669556
Complementary color
Monochromatic Colors of #669556
Black with #669556
Text Example
Text Example
White with #669556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669556; }
p { color: rgb(102,149,86); }
H1.HeaderClassName
{
color: #669556;
}
.AnyTagClassName
{
color: #669556;
}
</style>
background-color css
<style>
a { background-color: #669556; }
a { background-color: rgb(102,149,86); }
div.DivClassName
{
background-color: #669556;
}
.BgClassName
{
background-color: #669556;
}
</style>
border-color css
<style>
span { border-color: #669556; }
span { border-color: rgb(102,149,86); }
td.TdClassName
{
border-color: #669556;
}
.TagClassName
{
border-color: #669556;
}
</style>