Shades of Patina #669F89
Tints of Patina #669F89
RGB
CMYK
RGB Variations
Color information
#669F89 (or 0x669F89) is known color: Patina. HEX triplet: 66, 9F and 89. RGB value is (102,159,137). Sum of RGB (Red+Green+Blue) = 102+159+137=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 159 - color contains mainly: green. Hex color #669F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F89 is #996076. Grayscale: #8B8B8B. Windows color (decimal): -10051703 or 9019238. OLE color: 9019238.
HSL color Cylindrical-coordinate representation of color #669F89: hue angle of 156.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F89 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 137 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.38 |
| HSL | 156.84º | 0.23% | 0.51% | - |
| HSV(B) | 156.84º | 0.36% | 0.62% | - |
| XYZ | 22.39 | 29.43 | 28.17 | - |
| YUV | 139.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 137 | 0.36 | 0 | 0.14 | 0.38 | 156.84 | 0.23 | 0.51 |
| Hex | 66 | 9F | 89 | 24 | 0 | E | 26 | 9D | 17 | 33 |
| Octal | 146 | 237 | 211 | 44 | 0 | 16 | 46 | 235 | 27 | 63 |
| Binary | 1100110 | 10011111 | 10001001 | 100100 | 0 | 1110 | 100110 | 10011101 | 10111 | 110011 |
Color Harmonies of #669F89
Complementary color
Monochromatic Colors of #669F89
Black with #669F89
Text Example
Text Example
White with #669F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F89; }
p { color: rgb(102,159,137); }
H1.HeaderClassName
{
color: #669F89;
}
.AnyTagClassName
{
color: #669F89;
}
</style>
background-color css
<style>
a { background-color: #669F89; }
a { background-color: rgb(102,159,137); }
div.DivClassName
{
background-color: #669F89;
}
.BgClassName
{
background-color: #669F89;
}
</style>
border-color css
<style>
span { border-color: #669F89; }
span { border-color: rgb(102,159,137); }
td.TdClassName
{
border-color: #669F89;
}
.TagClassName
{
border-color: #669F89;
}
</style>