Shades of Hippie Green #669063
Tints of Hippie Green #669063
RGB
CMYK
RGB Variations
Color information
#669063 (or 0x669063) is known color: Hippie Green. HEX triplet: 66, 90 and 63. RGB value is (102,144,99). Sum of RGB (Red+Green+Blue) = 102+144+99=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #669063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669063 is #996F9C. Grayscale: #7E7E7E. Windows color (decimal): -10055581 or 6525030. OLE color: 6525030.
HSL color Cylindrical-coordinate representation of color #669063: hue angle of 116º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669063 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 99 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.44 |
| HSL | 116º | 0.19% | 0.48% | - |
| HSV(B) | 116º | 0.31% | 0.56% | - |
| XYZ | 17.7 | 23.67 | 15.44 | - |
| YUV | 126.31 | 112.59 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 99 | 0.29 | 0 | 0.31 | 0.44 | 116 | 0.19 | 0.48 |
| Hex | 66 | 90 | 63 | 1D | 0 | 1F | 2C | 74 | 13 | 30 |
| Octal | 146 | 220 | 143 | 35 | 0 | 37 | 54 | 164 | 23 | 60 |
| Binary | 1100110 | 10010000 | 1100011 | 11101 | 0 | 11111 | 101100 | 1110100 | 10011 | 110000 |
Color Harmonies of #669063
Complementary color
Monochromatic Colors of #669063
Black with #669063
Text Example
Text Example
White with #669063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669063; }
p { color: rgb(102,144,99); }
H1.HeaderClassName
{
color: #669063;
}
.AnyTagClassName
{
color: #669063;
}
</style>
background-color css
<style>
a { background-color: #669063; }
a { background-color: rgb(102,144,99); }
div.DivClassName
{
background-color: #669063;
}
.BgClassName
{
background-color: #669063;
}
</style>
border-color css
<style>
span { border-color: #669063; }
span { border-color: rgb(102,144,99); }
td.TdClassName
{
border-color: #669063;
}
.TagClassName
{
border-color: #669063;
}
</style>