Shades of Patina #669F87
Tints of Patina #669F87
RGB
CMYK
RGB Variations
Color information
#669F87 (or 0x669F87) is known color: Patina. HEX triplet: 66, 9F and 87. RGB value is (102,159,135). Sum of RGB (Red+Green+Blue) = 102+159+135=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #669F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F87 is #996078. Grayscale: #8B8B8B. Windows color (decimal): -10051705 or 8888166. OLE color: 8888166.
HSL color Cylindrical-coordinate representation of color #669F87: hue angle of 154.74º 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 #669F87 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 135 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.38 |
| HSL | 154.74º | 0.23% | 0.51% | - |
| HSV(B) | 154.74º | 0.36% | 0.62% | - |
| XYZ | 22.25 | 29.37 | 27.42 | - |
| YUV | 139.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 135 | 0.36 | 0 | 0.15 | 0.38 | 154.74 | 0.23 | 0.51 |
| Hex | 66 | 9F | 87 | 24 | 0 | F | 26 | 9B | 17 | 33 |
| Octal | 146 | 237 | 207 | 44 | 0 | 17 | 46 | 233 | 27 | 63 |
| Binary | 1100110 | 10011111 | 10000111 | 100100 | 0 | 1111 | 100110 | 10011011 | 10111 | 110011 |
Color Harmonies of #669F87
Complementary color
Monochromatic Colors of #669F87
Black with #669F87
Text Example
Text Example
White with #669F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F87; }
p { color: rgb(102,159,135); }
H1.HeaderClassName
{
color: #669F87;
}
.AnyTagClassName
{
color: #669F87;
}
</style>
background-color css
<style>
a { background-color: #669F87; }
a { background-color: rgb(102,159,135); }
div.DivClassName
{
background-color: #669F87;
}
.BgClassName
{
background-color: #669F87;
}
</style>
border-color css
<style>
span { border-color: #669F87; }
span { border-color: rgb(102,159,135); }
td.TdClassName
{
border-color: #669F87;
}
.TagClassName
{
border-color: #669F87;
}
</style>