Shades of Patina #669B8C
Tints of Patina #669B8C
RGB
CMYK
RGB Variations
Color information
#669B8C (or 0x669B8C) is known color: Patina. HEX triplet: 66, 9B and 8C. RGB value is (102,155,140). Sum of RGB (Red+Green+Blue) = 102+155+140=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #669B8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B8C is #996473. Grayscale: #898989. Windows color (decimal): -10052724 or 9214822. OLE color: 9214822.
HSL color Cylindrical-coordinate representation of color #669B8C: hue angle of 163.02º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B8C is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 140 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.39 |
| HSL | 163.02º | 0.21% | 0.5% | - |
| HSV(B) | 163.02º | 0.34% | 0.61% | - |
| XYZ | 21.93 | 28.16 | 29.09 | - |
| YUV | 137.44 | 129.44 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 140 | 0.34 | 0 | 0.10 | 0.39 | 163.02 | 0.21 | 0.5 |
| Hex | 66 | 9B | 8C | 22 | 0 | A | 27 | A3 | 15 | 32 |
| Octal | 146 | 233 | 214 | 42 | 0 | 12 | 47 | 243 | 25 | 62 |
| Binary | 1100110 | 10011011 | 10001100 | 100010 | 0 | 1010 | 100111 | 10100011 | 10101 | 110010 |
Color Harmonies of #669B8C
Complementary color
Monochromatic Colors of #669B8C
Black with #669B8C
Text Example
Text Example
White with #669B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B8C; }
p { color: rgb(102,155,140); }
H1.HeaderClassName
{
color: #669B8C;
}
.AnyTagClassName
{
color: #669B8C;
}
</style>
background-color css
<style>
a { background-color: #669B8C; }
a { background-color: rgb(102,155,140); }
div.DivClassName
{
background-color: #669B8C;
}
.BgClassName
{
background-color: #669B8C;
}
</style>
border-color css
<style>
span { border-color: #669B8C; }
span { border-color: rgb(102,155,140); }
td.TdClassName
{
border-color: #669B8C;
}
.TagClassName
{
border-color: #669B8C;
}
</style>