Shades of Patina #669888
Tints of Patina #669888
RGB
CMYK
RGB Variations
Color information
#669888 (or 0x669888) is known color: Patina. HEX triplet: 66, 98 and 88. RGB value is (102,152,136). Sum of RGB (Red+Green+Blue) = 102+152+136=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 152 - color contains mainly: green. Hex color #669888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669888 is #996777. Grayscale: #878787. Windows color (decimal): -10053496 or 8951910. OLE color: 8951910.
HSL color Cylindrical-coordinate representation of color #669888: hue angle of 160.8º 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 #669888 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 136 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.40 |
| HSL | 160.8º | 0.2% | 0.5% | - |
| HSV(B) | 160.8º | 0.33% | 0.6% | - |
| XYZ | 21.15 | 27.06 | 27.4 | - |
| YUV | 135.23 | 128.44 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 136 | 0.33 | 0 | 0.11 | 0.40 | 160.8 | 0.2 | 0.5 |
| Hex | 66 | 98 | 88 | 21 | 0 | B | 28 | A1 | 14 | 32 |
| Octal | 146 | 230 | 210 | 41 | 0 | 13 | 50 | 241 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10001000 | 100001 | 0 | 1011 | 101000 | 10100001 | 10100 | 110010 |
Color Harmonies of #669888
Complementary color
Monochromatic Colors of #669888
Black with #669888
Text Example
Text Example
White with #669888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669888; }
p { color: rgb(102,152,136); }
H1.HeaderClassName
{
color: #669888;
}
.AnyTagClassName
{
color: #669888;
}
</style>
background-color css
<style>
a { background-color: #669888; }
a { background-color: rgb(102,152,136); }
div.DivClassName
{
background-color: #669888;
}
.BgClassName
{
background-color: #669888;
}
</style>
border-color css
<style>
span { border-color: #669888; }
span { border-color: rgb(102,152,136); }
td.TdClassName
{
border-color: #669888;
}
.TagClassName
{
border-color: #669888;
}
</style>