Shades of Patina #66978C
Tints of Patina #66978C
RGB
CMYK
RGB Variations
Color information
#66978C (or 0x66978C) is known color: Patina. HEX triplet: 66, 97 and 8C. RGB value is (102,151,140). Sum of RGB (Red+Green+Blue) = 102+151+140=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #66978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66978C is #996873. Grayscale: #878787. Windows color (decimal): -10053748 or 9213798. OLE color: 9213798.
HSL color Cylindrical-coordinate representation of color #66978C: hue angle of 166.53º 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 #66978C is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 140 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.41 |
| HSL | 166.53º | 0.19% | 0.5% | - |
| HSV(B) | 166.53º | 0.32% | 0.59% | - |
| XYZ | 21.28 | 26.85 | 28.87 | - |
| YUV | 135.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 140 | 0.32 | 0 | 0.07 | 0.41 | 166.53 | 0.19 | 0.5 |
| Hex | 66 | 97 | 8C | 20 | 0 | 7 | 29 | A7 | 13 | 32 |
| Octal | 146 | 227 | 214 | 40 | 0 | 7 | 51 | 247 | 23 | 62 |
| Binary | 1100110 | 10010111 | 10001100 | 100000 | 0 | 111 | 101001 | 10100111 | 10011 | 110010 |
Color Harmonies of #66978C
Complementary color
Monochromatic Colors of #66978C
Black with #66978C
Text Example
Text Example
White with #66978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66978C; }
p { color: rgb(102,151,140); }
H1.HeaderClassName
{
color: #66978C;
}
.AnyTagClassName
{
color: #66978C;
}
</style>
background-color css
<style>
a { background-color: #66978C; }
a { background-color: rgb(102,151,140); }
div.DivClassName
{
background-color: #66978C;
}
.BgClassName
{
background-color: #66978C;
}
</style>
border-color css
<style>
span { border-color: #66978C; }
span { border-color: rgb(102,151,140); }
td.TdClassName
{
border-color: #66978C;
}
.TagClassName
{
border-color: #66978C;
}
</style>