Shades of Patina #669C88
Tints of Patina #669C88
RGB
CMYK
RGB Variations
Color information
#669C88 (or 0x669C88) is known color: Patina. HEX triplet: 66, 9C and 88. RGB value is (102,156,136). Sum of RGB (Red+Green+Blue) = 102+156+136=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #669C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C88 is #996377. Grayscale: #898989. Windows color (decimal): -10052472 or 8952934. OLE color: 8952934.
HSL color Cylindrical-coordinate representation of color #669C88: hue angle of 157.78º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C88 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 136 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.39 |
| HSL | 157.78º | 0.21% | 0.51% | - |
| HSV(B) | 157.78º | 0.35% | 0.61% | - |
| XYZ | 21.81 | 28.38 | 27.62 | - |
| YUV | 137.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 136 | 0.35 | 0 | 0.13 | 0.39 | 157.78 | 0.21 | 0.51 |
| Hex | 66 | 9C | 88 | 23 | 0 | D | 27 | 9E | 15 | 33 |
| Octal | 146 | 234 | 210 | 43 | 0 | 15 | 47 | 236 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10001000 | 100011 | 0 | 1101 | 100111 | 10011110 | 10101 | 110011 |
Color Harmonies of #669C88
Complementary color
Monochromatic Colors of #669C88
Black with #669C88
Text Example
Text Example
White with #669C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C88; }
p { color: rgb(102,156,136); }
H1.HeaderClassName
{
color: #669C88;
}
.AnyTagClassName
{
color: #669C88;
}
</style>
background-color css
<style>
a { background-color: #669C88; }
a { background-color: rgb(102,156,136); }
div.DivClassName
{
background-color: #669C88;
}
.BgClassName
{
background-color: #669C88;
}
</style>
border-color css
<style>
span { border-color: #669C88; }
span { border-color: rgb(102,156,136); }
td.TdClassName
{
border-color: #669C88;
}
.TagClassName
{
border-color: #669C88;
}
</style>