Shades of Patina #669B87
Tints of Patina #669B87
RGB
CMYK
RGB Variations
Color information
#669B87 (or 0x669B87) is known color: Patina. HEX triplet: 66, 9B and 87. RGB value is (102,155,135). Sum of RGB (Red+Green+Blue) = 102+155+135=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #669B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B87 is #996478. Grayscale: #888888. Windows color (decimal): -10052729 or 8887142. OLE color: 8887142.
HSL color Cylindrical-coordinate representation of color #669B87: hue angle of 157.36º 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 #669B87 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 135 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.39 |
| HSL | 157.36º | 0.21% | 0.5% | - |
| HSV(B) | 157.36º | 0.34% | 0.61% | - |
| XYZ | 21.57 | 28.02 | 27.19 | - |
| YUV | 136.87 | 126.94 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 135 | 0.34 | 0 | 0.13 | 0.39 | 157.36 | 0.21 | 0.5 |
| Hex | 66 | 9B | 87 | 22 | 0 | D | 27 | 9D | 15 | 32 |
| Octal | 146 | 233 | 207 | 42 | 0 | 15 | 47 | 235 | 25 | 62 |
| Binary | 1100110 | 10011011 | 10000111 | 100010 | 0 | 1101 | 100111 | 10011101 | 10101 | 110010 |
Color Harmonies of #669B87
Complementary color
Monochromatic Colors of #669B87
Black with #669B87
Text Example
Text Example
White with #669B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B87; }
p { color: rgb(102,155,135); }
H1.HeaderClassName
{
color: #669B87;
}
.AnyTagClassName
{
color: #669B87;
}
</style>
background-color css
<style>
a { background-color: #669B87; }
a { background-color: rgb(102,155,135); }
div.DivClassName
{
background-color: #669B87;
}
.BgClassName
{
background-color: #669B87;
}
</style>
border-color css
<style>
span { border-color: #669B87; }
span { border-color: rgb(102,155,135); }
td.TdClassName
{
border-color: #669B87;
}
.TagClassName
{
border-color: #669B87;
}
</style>