Shades of Hippie Green #669F59
Tints of Hippie Green #669F59
RGB
CMYK
RGB Variations
Color information
#669F59 (or 0x669F59) is known color: Hippie Green. HEX triplet: 66, 9F and 59. RGB value is (102,159,89). Sum of RGB (Red+Green+Blue) = 102+159+89=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #669F59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669F59 is #9960A6. Grayscale: #868686. Windows color (decimal): -10051751 or 5873510. OLE color: 5873510.
HSL color Cylindrical-coordinate representation of color #669F59: hue angle of 108.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #669F59 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 89 | - |
| CMYK | 0.36 | 0 | 0.44 | 0.38 |
| HSL | 108.86º | 0.28% | 0.49% | - |
| HSV(B) | 108.86º | 0.44% | 0.62% | - |
| XYZ | 19.68 | 28.34 | 13.88 | - |
| YUV | 133.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 89 | 0.36 | 0 | 0.44 | 0.38 | 108.86 | 0.28 | 0.49 |
| Hex | 66 | 9F | 59 | 24 | 0 | 2C | 26 | 6D | 1C | 31 |
| Octal | 146 | 237 | 131 | 44 | 0 | 54 | 46 | 155 | 34 | 61 |
| Binary | 1100110 | 10011111 | 1011001 | 100100 | 0 | 101100 | 100110 | 1101101 | 11100 | 110001 |
Color Harmonies of #669F59
Complementary color
Monochromatic Colors of #669F59
Black with #669F59
Text Example
Text Example
White with #669F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F59; }
p { color: rgb(102,159,89); }
H1.HeaderClassName
{
color: #669F59;
}
.AnyTagClassName
{
color: #669F59;
}
</style>
background-color css
<style>
a { background-color: #669F59; }
a { background-color: rgb(102,159,89); }
div.DivClassName
{
background-color: #669F59;
}
.BgClassName
{
background-color: #669F59;
}
</style>
border-color css
<style>
span { border-color: #669F59; }
span { border-color: rgb(102,159,89); }
td.TdClassName
{
border-color: #669F59;
}
.TagClassName
{
border-color: #669F59;
}
</style>