Shades of Patina #66968B
Tints of Patina #66968B
RGB
CMYK
RGB Variations
Color information
#66968B (or 0x66968B) is known color: Patina. HEX triplet: 66, 96 and 8B. RGB value is (102,150,139). Sum of RGB (Red+Green+Blue) = 102+150+139=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 150 - color contains mainly: green. Hex color #66968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66968B is #996974. Grayscale: #868686. Windows color (decimal): -10054005 or 9148006. OLE color: 9148006.
HSL color Cylindrical-coordinate representation of color #66968B: hue angle of 166.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66968B is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 139 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.41 |
| HSL | 166.25º | 0.19% | 0.49% | - |
| HSV(B) | 166.25º | 0.32% | 0.59% | - |
| XYZ | 21.05 | 26.5 | 28.43 | - |
| YUV | 134.39 | 130.6 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 139 | 0.32 | 0 | 0.07 | 0.41 | 166.25 | 0.19 | 0.49 |
| Hex | 66 | 96 | 8B | 20 | 0 | 7 | 29 | A6 | 13 | 31 |
| Octal | 146 | 226 | 213 | 40 | 0 | 7 | 51 | 246 | 23 | 61 |
| Binary | 1100110 | 10010110 | 10001011 | 100000 | 0 | 111 | 101001 | 10100110 | 10011 | 110001 |
Color Harmonies of #66968B
Complementary color
Monochromatic Colors of #66968B
Black with #66968B
Text Example
Text Example
White with #66968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66968B; }
p { color: rgb(102,150,139); }
H1.HeaderClassName
{
color: #66968B;
}
.AnyTagClassName
{
color: #66968B;
}
</style>
background-color css
<style>
a { background-color: #66968B; }
a { background-color: rgb(102,150,139); }
div.DivClassName
{
background-color: #66968B;
}
.BgClassName
{
background-color: #66968B;
}
</style>
border-color css
<style>
span { border-color: #66968B; }
span { border-color: rgb(102,150,139); }
td.TdClassName
{
border-color: #66968B;
}
.TagClassName
{
border-color: #66968B;
}
</style>