Shades of Hippie Green #669C61
Tints of Hippie Green #669C61
RGB
CMYK
RGB Variations
Color information
#669C61 (or 0x669C61) is known color: Hippie Green. HEX triplet: 66, 9C and 61. RGB value is (102,156,97). Sum of RGB (Red+Green+Blue) = 102+156+97=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #669C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C61 is #99639E. Grayscale: #858585. Windows color (decimal): -10052511 or 6397030. OLE color: 6397030.
HSL color Cylindrical-coordinate representation of color #669C61: hue angle of 114.92º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669C61 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 97 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.39 |
| HSL | 114.92º | 0.23% | 0.5% | - |
| HSV(B) | 114.92º | 0.38% | 0.61% | - |
| XYZ | 19.53 | 27.46 | 15.58 | - |
| YUV | 133.13 | 107.61 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 97 | 0.35 | 0 | 0.38 | 0.39 | 114.92 | 0.23 | 0.5 |
| Hex | 66 | 9C | 61 | 23 | 0 | 26 | 27 | 73 | 17 | 32 |
| Octal | 146 | 234 | 141 | 43 | 0 | 46 | 47 | 163 | 27 | 62 |
| Binary | 1100110 | 10011100 | 1100001 | 100011 | 0 | 100110 | 100111 | 1110011 | 10111 | 110010 |
Color Harmonies of #669C61
Complementary color
Monochromatic Colors of #669C61
Black with #669C61
Text Example
Text Example
White with #669C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C61; }
p { color: rgb(102,156,97); }
H1.HeaderClassName
{
color: #669C61;
}
.AnyTagClassName
{
color: #669C61;
}
</style>
background-color css
<style>
a { background-color: #669C61; }
a { background-color: rgb(102,156,97); }
div.DivClassName
{
background-color: #669C61;
}
.BgClassName
{
background-color: #669C61;
}
</style>
border-color css
<style>
span { border-color: #669C61; }
span { border-color: rgb(102,156,97); }
td.TdClassName
{
border-color: #669C61;
}
.TagClassName
{
border-color: #669C61;
}
</style>