Shades of Patina #669784
Tints of Patina #669784
RGB
CMYK
RGB Variations
Color information
#669784 (or 0x669784) is known color: Patina. HEX triplet: 66, 97 and 84. RGB value is (102,151,132). Sum of RGB (Red+Green+Blue) = 102+151+132=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #669784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669784 is #99687B. Grayscale: #868686. Windows color (decimal): -10053756 or 8689510. OLE color: 8689510.
HSL color Cylindrical-coordinate representation of color #669784: hue angle of 156.73º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669784 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 132 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.41 |
| HSL | 156.73º | 0.19% | 0.5% | - |
| HSV(B) | 156.73º | 0.32% | 0.59% | - |
| XYZ | 20.71 | 26.62 | 25.88 | - |
| YUV | 134.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 132 | 0.32 | 0 | 0.13 | 0.41 | 156.73 | 0.19 | 0.5 |
| Hex | 66 | 97 | 84 | 20 | 0 | D | 29 | 9D | 13 | 32 |
| Octal | 146 | 227 | 204 | 40 | 0 | 15 | 51 | 235 | 23 | 62 |
| Binary | 1100110 | 10010111 | 10000100 | 100000 | 0 | 1101 | 101001 | 10011101 | 10011 | 110010 |
Color Harmonies of #669784
Complementary color
Monochromatic Colors of #669784
Black with #669784
Text Example
Text Example
White with #669784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669784; }
p { color: rgb(102,151,132); }
H1.HeaderClassName
{
color: #669784;
}
.AnyTagClassName
{
color: #669784;
}
</style>
background-color css
<style>
a { background-color: #669784; }
a { background-color: rgb(102,151,132); }
div.DivClassName
{
background-color: #669784;
}
.BgClassName
{
background-color: #669784;
}
</style>
border-color css
<style>
span { border-color: #669784; }
span { border-color: rgb(102,151,132); }
td.TdClassName
{
border-color: #669784;
}
.TagClassName
{
border-color: #669784;
}
</style>