Shades of Patina #669D88
Tints of Patina #669D88
RGB
CMYK
RGB Variations
Color information
#669D88 (or 0x669D88) is known color: Patina. HEX triplet: 66, 9D and 88. RGB value is (102,157,136). Sum of RGB (Red+Green+Blue) = 102+157+136=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 157 - color contains mainly: green. Hex color #669D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D88 is #996277. Grayscale: #8A8A8A. Windows color (decimal): -10052216 or 8953190. OLE color: 8953190.
HSL color Cylindrical-coordinate representation of color #669D88: hue angle of 157.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D88 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 136 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.38 |
| HSL | 157.09º | 0.22% | 0.51% | - |
| HSV(B) | 157.09º | 0.35% | 0.62% | - |
| XYZ | 21.98 | 28.72 | 27.68 | - |
| YUV | 138.16 | 126.78 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 136 | 0.35 | 0 | 0.13 | 0.38 | 157.09 | 0.22 | 0.51 |
| Hex | 66 | 9D | 88 | 23 | 0 | D | 26 | 9D | 16 | 33 |
| Octal | 146 | 235 | 210 | 43 | 0 | 15 | 46 | 235 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10001000 | 100011 | 0 | 1101 | 100110 | 10011101 | 10110 | 110011 |
Color Harmonies of #669D88
Complementary color
Monochromatic Colors of #669D88
Black with #669D88
Text Example
Text Example
White with #669D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D88; }
p { color: rgb(102,157,136); }
H1.HeaderClassName
{
color: #669D88;
}
.AnyTagClassName
{
color: #669D88;
}
</style>
background-color css
<style>
a { background-color: #669D88; }
a { background-color: rgb(102,157,136); }
div.DivClassName
{
background-color: #669D88;
}
.BgClassName
{
background-color: #669D88;
}
</style>
border-color css
<style>
span { border-color: #669D88; }
span { border-color: rgb(102,157,136); }
td.TdClassName
{
border-color: #669D88;
}
.TagClassName
{
border-color: #669D88;
}
</style>