Shades of Patina #669084
Tints of Patina #669084
RGB
CMYK
RGB Variations
Color information
#669084 (or 0x669084) is known color: Patina. HEX triplet: 66, 90 and 84. RGB value is (102,144,132). Sum of RGB (Red+Green+Blue) = 102+144+132=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #669084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669084 is #996F7B. Grayscale: #828282. Windows color (decimal): -10055548 or 8687718. OLE color: 8687718.
HSL color Cylindrical-coordinate representation of color #669084: hue angle of 162.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669084 is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 132 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.44 |
| HSL | 162.86º | 0.17% | 0.48% | - |
| HSV(B) | 162.86º | 0.29% | 0.56% | - |
| XYZ | 19.62 | 24.44 | 25.51 | - |
| YUV | 130.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 132 | 0.29 | 0 | 0.08 | 0.44 | 162.86 | 0.17 | 0.48 |
| Hex | 66 | 90 | 84 | 1D | 0 | 8 | 2C | A3 | 11 | 30 |
| Octal | 146 | 220 | 204 | 35 | 0 | 10 | 54 | 243 | 21 | 60 |
| Binary | 1100110 | 10010000 | 10000100 | 11101 | 0 | 1000 | 101100 | 10100011 | 10001 | 110000 |
Color Harmonies of #669084
Complementary color
Monochromatic Colors of #669084
Black with #669084
Text Example
Text Example
White with #669084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669084; }
p { color: rgb(102,144,132); }
H1.HeaderClassName
{
color: #669084;
}
.AnyTagClassName
{
color: #669084;
}
</style>
background-color css
<style>
a { background-color: #669084; }
a { background-color: rgb(102,144,132); }
div.DivClassName
{
background-color: #669084;
}
.BgClassName
{
background-color: #669084;
}
</style>
border-color css
<style>
span { border-color: #669084; }
span { border-color: rgb(102,144,132); }
td.TdClassName
{
border-color: #669084;
}
.TagClassName
{
border-color: #669084;
}
</style>