Shades of Hippie Green #669162
Tints of Hippie Green #669162
RGB
CMYK
RGB Variations
Color information
#669162 (or 0x669162) is known color: Hippie Green. HEX triplet: 66, 91 and 62. RGB value is (102,145,98). Sum of RGB (Red+Green+Blue) = 102+145+98=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #669162 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669162 is #996E9D. Grayscale: #7E7E7E. Windows color (decimal): -10055326 or 6459750. OLE color: 6459750.
HSL color Cylindrical-coordinate representation of color #669162: hue angle of 114.89º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669162 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 98 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.43 |
| HSL | 114.89º | 0.19% | 0.48% | - |
| HSV(B) | 114.89º | 0.32% | 0.57% | - |
| XYZ | 17.81 | 23.96 | 15.24 | - |
| YUV | 126.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 98 | 0.30 | 0 | 0.32 | 0.43 | 114.89 | 0.19 | 0.48 |
| Hex | 66 | 91 | 62 | 1E | 0 | 20 | 2B | 73 | 13 | 30 |
| Octal | 146 | 221 | 142 | 36 | 0 | 40 | 53 | 163 | 23 | 60 |
| Binary | 1100110 | 10010001 | 1100010 | 11110 | 0 | 100000 | 101011 | 1110011 | 10011 | 110000 |
Color Harmonies of #669162
Complementary color
Monochromatic Colors of #669162
Black with #669162
Text Example
Text Example
White with #669162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669162; }
p { color: rgb(102,145,98); }
H1.HeaderClassName
{
color: #669162;
}
.AnyTagClassName
{
color: #669162;
}
</style>
background-color css
<style>
a { background-color: #669162; }
a { background-color: rgb(102,145,98); }
div.DivClassName
{
background-color: #669162;
}
.BgClassName
{
background-color: #669162;
}
</style>
border-color css
<style>
span { border-color: #669162; }
span { border-color: rgb(102,145,98); }
td.TdClassName
{
border-color: #669162;
}
.TagClassName
{
border-color: #669162;
}
</style>