Shades of Patina #66967E
Tints of Patina #66967E
RGB
CMYK
RGB Variations
Color information
#66967E (or 0x66967E) is known color: Patina. HEX triplet: 66, 96 and 7E. RGB value is (102,150,126). Sum of RGB (Red+Green+Blue) = 102+150+126=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 150 - color contains mainly: green. Hex color #66967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66967E is #996981. Grayscale: #848484. Windows color (decimal): -10054018 or 8296038. OLE color: 8296038.
HSL color Cylindrical-coordinate representation of color #66967E: hue angle of 150º 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 #66967E is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 126 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.41 |
| HSL | 150º | 0.19% | 0.49% | - |
| HSV(B) | 150º | 0.32% | 0.59% | - |
| XYZ | 20.15 | 26.14 | 23.72 | - |
| YUV | 132.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 126 | 0.32 | 0 | 0.16 | 0.41 | 150 | 0.19 | 0.49 |
| Hex | 66 | 96 | 7E | 20 | 0 | 10 | 29 | 96 | 13 | 31 |
| Octal | 146 | 226 | 176 | 40 | 0 | 20 | 51 | 226 | 23 | 61 |
| Binary | 1100110 | 10010110 | 1111110 | 100000 | 0 | 10000 | 101001 | 10010110 | 10011 | 110001 |
Color Harmonies of #66967E
Complementary color
Monochromatic Colors of #66967E
Black with #66967E
Text Example
Text Example
White with #66967E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66967E; }
p { color: rgb(102,150,126); }
H1.HeaderClassName
{
color: #66967E;
}
.AnyTagClassName
{
color: #66967E;
}
</style>
background-color css
<style>
a { background-color: #66967E; }
a { background-color: rgb(102,150,126); }
div.DivClassName
{
background-color: #66967E;
}
.BgClassName
{
background-color: #66967E;
}
</style>
border-color css
<style>
span { border-color: #66967E; }
span { border-color: rgb(102,150,126); }
td.TdClassName
{
border-color: #66967E;
}
.TagClassName
{
border-color: #66967E;
}
</style>