Shades of Hippie Green #669065
Tints of Hippie Green #669065
RGB
CMYK
RGB Variations
Color information
#669065 (or 0x669065) is known color: Hippie Green. HEX triplet: 66, 90 and 65. RGB value is (102,144,101). Sum of RGB (Red+Green+Blue) = 102+144+101=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #669065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669065 is #996F9A. Grayscale: #7E7E7E. Windows color (decimal): -10055579 or 6656102. OLE color: 6656102.
HSL color Cylindrical-coordinate representation of color #669065: hue angle of 118.6º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669065 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 101 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.44 |
| HSL | 118.6º | 0.18% | 0.48% | - |
| HSV(B) | 118.6º | 0.3% | 0.56% | - |
| XYZ | 17.8 | 23.71 | 15.95 | - |
| YUV | 126.54 | 113.59 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 101 | 0.29 | 0 | 0.30 | 0.44 | 118.6 | 0.18 | 0.48 |
| Hex | 66 | 90 | 65 | 1D | 0 | 1E | 2C | 77 | 12 | 30 |
| Octal | 146 | 220 | 145 | 35 | 0 | 36 | 54 | 167 | 22 | 60 |
| Binary | 1100110 | 10010000 | 1100101 | 11101 | 0 | 11110 | 101100 | 1110111 | 10010 | 110000 |
Color Harmonies of #669065
Complementary color
Monochromatic Colors of #669065
Black with #669065
Text Example
Text Example
White with #669065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669065; }
p { color: rgb(102,144,101); }
H1.HeaderClassName
{
color: #669065;
}
.AnyTagClassName
{
color: #669065;
}
</style>
background-color css
<style>
a { background-color: #669065; }
a { background-color: rgb(102,144,101); }
div.DivClassName
{
background-color: #669065;
}
.BgClassName
{
background-color: #669065;
}
</style>
border-color css
<style>
span { border-color: #669065; }
span { border-color: rgb(102,144,101); }
td.TdClassName
{
border-color: #669065;
}
.TagClassName
{
border-color: #669065;
}
</style>