Shades of Patina #66897E
Tints of Patina #66897E
RGB
CMYK
RGB Variations
Color information
#66897E (or 0x66897E) is known color: Patina. HEX triplet: 66, 89 and 7E. RGB value is (102,137,126). Sum of RGB (Red+Green+Blue) = 102+137+126=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #66897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66897E is #997681. Grayscale: #7D7D7D. Windows color (decimal): -10057346 or 8292710. OLE color: 8292710.
HSL color Cylindrical-coordinate representation of color #66897E: hue angle of 161.14º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66897E is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 137 | 126 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.46 |
| HSL | 161.14º | 0.15% | 0.47% | - |
| HSV(B) | 161.14º | 0.26% | 0.54% | - |
| XYZ | 18.19 | 22.22 | 23.07 | - |
| YUV | 125.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 137 | 126 | 0.26 | 0 | 0.08 | 0.46 | 161.14 | 0.15 | 0.47 |
| Hex | 66 | 89 | 7E | 1A | 0 | 8 | 2E | A1 | F | 2F |
| Octal | 146 | 211 | 176 | 32 | 0 | 10 | 56 | 241 | 17 | 57 |
| Binary | 1100110 | 10001001 | 1111110 | 11010 | 0 | 1000 | 101110 | 10100001 | 1111 | 101111 |
Color Harmonies of #66897E
Complementary color
Monochromatic Colors of #66897E
Black with #66897E
Text Example
Text Example
White with #66897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66897E; }
p { color: rgb(102,137,126); }
H1.HeaderClassName
{
color: #66897E;
}
.AnyTagClassName
{
color: #66897E;
}
</style>
background-color css
<style>
a { background-color: #66897E; }
a { background-color: rgb(102,137,126); }
div.DivClassName
{
background-color: #66897E;
}
.BgClassName
{
background-color: #66897E;
}
</style>
border-color css
<style>
span { border-color: #66897E; }
span { border-color: rgb(102,137,126); }
td.TdClassName
{
border-color: #66897E;
}
.TagClassName
{
border-color: #66897E;
}
</style>