Shades of Patina #669D89
Tints of Patina #669D89
RGB
CMYK
RGB Variations
Color information
#669D89 (or 0x669D89) is known color: Patina. HEX triplet: 66, 9D and 89. RGB value is (102,157,137). Sum of RGB (Red+Green+Blue) = 102+157+137=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 157 - color contains mainly: green. Hex color #669D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D89 is #996276. Grayscale: #8A8A8A. Windows color (decimal): -10052215 or 9018726. OLE color: 9018726.
HSL color Cylindrical-coordinate representation of color #669D89: hue angle of 158.18º 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 #669D89 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 137 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.38 |
| HSL | 158.18º | 0.22% | 0.51% | - |
| HSV(B) | 158.18º | 0.35% | 0.62% | - |
| XYZ | 22.05 | 28.74 | 28.05 | - |
| YUV | 138.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 137 | 0.35 | 0 | 0.13 | 0.38 | 158.18 | 0.22 | 0.51 |
| Hex | 66 | 9D | 89 | 23 | 0 | D | 26 | 9E | 16 | 33 |
| Octal | 146 | 235 | 211 | 43 | 0 | 15 | 46 | 236 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10001001 | 100011 | 0 | 1101 | 100110 | 10011110 | 10110 | 110011 |
Color Harmonies of #669D89
Complementary color
Monochromatic Colors of #669D89
Black with #669D89
Text Example
Text Example
White with #669D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D89; }
p { color: rgb(102,157,137); }
H1.HeaderClassName
{
color: #669D89;
}
.AnyTagClassName
{
color: #669D89;
}
</style>
background-color css
<style>
a { background-color: #669D89; }
a { background-color: rgb(102,157,137); }
div.DivClassName
{
background-color: #669D89;
}
.BgClassName
{
background-color: #669D89;
}
</style>
border-color css
<style>
span { border-color: #669D89; }
span { border-color: rgb(102,157,137); }
td.TdClassName
{
border-color: #669D89;
}
.TagClassName
{
border-color: #669D89;
}
</style>