Shades of Hippie Green #669B60
Tints of Hippie Green #669B60
RGB
CMYK
RGB Variations
Color information
#669B60 (or 0x669B60) is known color: Hippie Green. HEX triplet: 66, 9B and 60. RGB value is (102,155,96). Sum of RGB (Red+Green+Blue) = 102+155+96=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #669B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B60 is #99649F. Grayscale: #848484. Windows color (decimal): -10052768 or 6331238. OLE color: 6331238.
HSL color Cylindrical-coordinate representation of color #669B60: hue angle of 113.9º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #669B60 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 96 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.39 |
| HSL | 113.9º | 0.24% | 0.49% | - |
| HSV(B) | 113.9º | 0.38% | 0.61% | - |
| XYZ | 19.31 | 27.11 | 15.28 | - |
| YUV | 132.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 96 | 0.34 | 0 | 0.38 | 0.39 | 113.9 | 0.24 | 0.49 |
| Hex | 66 | 9B | 60 | 22 | 0 | 26 | 27 | 72 | 18 | 31 |
| Octal | 146 | 233 | 140 | 42 | 0 | 46 | 47 | 162 | 30 | 61 |
| Binary | 1100110 | 10011011 | 1100000 | 100010 | 0 | 100110 | 100111 | 1110010 | 11000 | 110001 |
Color Harmonies of #669B60
Complementary color
Monochromatic Colors of #669B60
Black with #669B60
Text Example
Text Example
White with #669B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B60; }
p { color: rgb(102,155,96); }
H1.HeaderClassName
{
color: #669B60;
}
.AnyTagClassName
{
color: #669B60;
}
</style>
background-color css
<style>
a { background-color: #669B60; }
a { background-color: rgb(102,155,96); }
div.DivClassName
{
background-color: #669B60;
}
.BgClassName
{
background-color: #669B60;
}
</style>
border-color css
<style>
span { border-color: #669B60; }
span { border-color: rgb(102,155,96); }
td.TdClassName
{
border-color: #669B60;
}
.TagClassName
{
border-color: #669B60;
}
</style>