Shades of Patina #669788
Tints of Patina #669788
RGB
CMYK
RGB Variations
Color information
#669788 (or 0x669788) is known color: Patina. HEX triplet: 66, 97 and 88. RGB value is (102,151,136). Sum of RGB (Red+Green+Blue) = 102+151+136=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #669788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669788 is #996877. Grayscale: #868686. Windows color (decimal): -10053752 or 8951654. OLE color: 8951654.
HSL color Cylindrical-coordinate representation of color #669788: hue angle of 161.63º 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 #669788 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 151 | 136 | - |
| CMYK | 0.32 | 0 | 0.10 | 0.41 |
| HSL | 161.63º | 0.19% | 0.5% | - |
| HSV(B) | 161.63º | 0.32% | 0.59% | - |
| XYZ | 20.99 | 26.74 | 27.35 | - |
| YUV | 134.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 136 | 0.32 | 0 | 0.10 | 0.41 | 161.63 | 0.19 | 0.5 |
| Hex | 66 | 97 | 88 | 20 | 0 | A | 29 | A2 | 13 | 32 |
| Octal | 146 | 227 | 210 | 40 | 0 | 12 | 51 | 242 | 23 | 62 |
| Binary | 1100110 | 10010111 | 10001000 | 100000 | 0 | 1010 | 101001 | 10100010 | 10011 | 110010 |
Color Harmonies of #669788
Complementary color
Monochromatic Colors of #669788
Black with #669788
Text Example
Text Example
White with #669788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669788; }
p { color: rgb(102,151,136); }
H1.HeaderClassName
{
color: #669788;
}
.AnyTagClassName
{
color: #669788;
}
</style>
background-color css
<style>
a { background-color: #669788; }
a { background-color: rgb(102,151,136); }
div.DivClassName
{
background-color: #669788;
}
.BgClassName
{
background-color: #669788;
}
</style>
border-color css
<style>
span { border-color: #669788; }
span { border-color: rgb(102,151,136); }
td.TdClassName
{
border-color: #669788;
}
.TagClassName
{
border-color: #669788;
}
</style>