Shades of Patina #66907C
Tints of Patina #66907C
RGB
CMYK
RGB Variations
Color information
#66907C (or 0x66907C) is known color: Patina. HEX triplet: 66, 90 and 7C. RGB value is (102,144,124). Sum of RGB (Red+Green+Blue) = 102+144+124=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #66907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907C is #996F83. Grayscale: #818181. Windows color (decimal): -10055556 or 8163430. OLE color: 8163430.
HSL color Cylindrical-coordinate representation of color #66907C: hue angle of 151.43º 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 #66907C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 124 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.44 |
| HSL | 151.43º | 0.17% | 0.48% | - |
| HSV(B) | 151.43º | 0.29% | 0.56% | - |
| XYZ | 19.09 | 24.23 | 22.74 | - |
| YUV | 129.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 124 | 0.29 | 0 | 0.14 | 0.44 | 151.43 | 0.17 | 0.48 |
| Hex | 66 | 90 | 7C | 1D | 0 | E | 2C | 97 | 11 | 30 |
| Octal | 146 | 220 | 174 | 35 | 0 | 16 | 54 | 227 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1111100 | 11101 | 0 | 1110 | 101100 | 10010111 | 10001 | 110000 |
Color Harmonies of #66907C
Complementary color
Monochromatic Colors of #66907C
Black with #66907C
Text Example
Text Example
White with #66907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66907C; }
p { color: rgb(102,144,124); }
H1.HeaderClassName
{
color: #66907C;
}
.AnyTagClassName
{
color: #66907C;
}
</style>
background-color css
<style>
a { background-color: #66907C; }
a { background-color: rgb(102,144,124); }
div.DivClassName
{
background-color: #66907C;
}
.BgClassName
{
background-color: #66907C;
}
</style>
border-color css
<style>
span { border-color: #66907C; }
span { border-color: rgb(102,144,124); }
td.TdClassName
{
border-color: #66907C;
}
.TagClassName
{
border-color: #66907C;
}
</style>