Shades of Hippie Green #669062
Tints of Hippie Green #669062
RGB
CMYK
RGB Variations
Color information
#669062 (or 0x669062) is known color: Hippie Green. HEX triplet: 66, 90 and 62. RGB value is (102,144,98). Sum of RGB (Red+Green+Blue) = 102+144+98=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #669062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669062 is #996F9D. Grayscale: #7E7E7E. Windows color (decimal): -10055582 or 6459494. OLE color: 6459494.
HSL color Cylindrical-coordinate representation of color #669062: hue angle of 114.78º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669062 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 98 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.44 |
| HSL | 114.78º | 0.19% | 0.47% | - |
| HSV(B) | 114.78º | 0.32% | 0.56% | - |
| XYZ | 17.66 | 23.65 | 15.19 | - |
| YUV | 126.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 98 | 0.29 | 0 | 0.32 | 0.44 | 114.78 | 0.19 | 0.47 |
| Hex | 66 | 90 | 62 | 1D | 0 | 20 | 2C | 73 | 13 | 2F |
| Octal | 146 | 220 | 142 | 35 | 0 | 40 | 54 | 163 | 23 | 57 |
| Binary | 1100110 | 10010000 | 1100010 | 11101 | 0 | 100000 | 101100 | 1110011 | 10011 | 101111 |
Color Harmonies of #669062
Complementary color
Monochromatic Colors of #669062
Black with #669062
Text Example
Text Example
White with #669062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669062; }
p { color: rgb(102,144,98); }
H1.HeaderClassName
{
color: #669062;
}
.AnyTagClassName
{
color: #669062;
}
</style>
background-color css
<style>
a { background-color: #669062; }
a { background-color: rgb(102,144,98); }
div.DivClassName
{
background-color: #669062;
}
.BgClassName
{
background-color: #669062;
}
</style>
border-color css
<style>
span { border-color: #669062; }
span { border-color: rgb(102,144,98); }
td.TdClassName
{
border-color: #669062;
}
.TagClassName
{
border-color: #669062;
}
</style>