Shades of Patina #669887
Tints of Patina #669887
RGB
CMYK
RGB Variations
Color information
#669887 (or 0x669887) is known color: Patina. HEX triplet: 66, 98 and 87. RGB value is (102,152,135). Sum of RGB (Red+Green+Blue) = 102+152+135=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #669887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669887 is #996778. Grayscale: #878787. Windows color (decimal): -10053497 or 8886374. OLE color: 8886374.
HSL color Cylindrical-coordinate representation of color #669887: hue angle of 159.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669887 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 135 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.40 |
| HSL | 159.6º | 0.2% | 0.5% | - |
| HSV(B) | 159.6º | 0.33% | 0.6% | - |
| XYZ | 21.08 | 27.03 | 27.03 | - |
| YUV | 135.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 135 | 0.33 | 0 | 0.11 | 0.40 | 159.6 | 0.2 | 0.5 |
| Hex | 66 | 98 | 87 | 21 | 0 | B | 28 | A0 | 14 | 32 |
| Octal | 146 | 230 | 207 | 41 | 0 | 13 | 50 | 240 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10000111 | 100001 | 0 | 1011 | 101000 | 10100000 | 10100 | 110010 |
Color Harmonies of #669887
Complementary color
Monochromatic Colors of #669887
Black with #669887
Text Example
Text Example
White with #669887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669887; }
p { color: rgb(102,152,135); }
H1.HeaderClassName
{
color: #669887;
}
.AnyTagClassName
{
color: #669887;
}
</style>
background-color css
<style>
a { background-color: #669887; }
a { background-color: rgb(102,152,135); }
div.DivClassName
{
background-color: #669887;
}
.BgClassName
{
background-color: #669887;
}
</style>
border-color css
<style>
span { border-color: #669887; }
span { border-color: rgb(102,152,135); }
td.TdClassName
{
border-color: #669887;
}
.TagClassName
{
border-color: #669887;
}
</style>