Shades of Patina #669388
Tints of Patina #669388
RGB
CMYK
RGB Variations
Color information
#669388 (or 0x669388) is known color: Patina. HEX triplet: 66, 93 and 88. RGB value is (102,147,136). Sum of RGB (Red+Green+Blue) = 102+147+136=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #669388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669388 is #996C77. Grayscale: #848484. Windows color (decimal): -10054776 or 8950630. OLE color: 8950630.
HSL color Cylindrical-coordinate representation of color #669388: hue angle of 165.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669388 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 147 | 136 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.42 |
| HSL | 165.33º | 0.18% | 0.49% | - |
| HSV(B) | 165.33º | 0.31% | 0.58% | - |
| XYZ | 20.36 | 25.47 | 27.14 | - |
| YUV | 132.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 136 | 0.31 | 0 | 0.07 | 0.42 | 165.33 | 0.18 | 0.49 |
| Hex | 66 | 93 | 88 | 1F | 0 | 7 | 2A | A5 | 12 | 31 |
| Octal | 146 | 223 | 210 | 37 | 0 | 7 | 52 | 245 | 22 | 61 |
| Binary | 1100110 | 10010011 | 10001000 | 11111 | 0 | 111 | 101010 | 10100101 | 10010 | 110001 |
Color Harmonies of #669388
Complementary color
Monochromatic Colors of #669388
Black with #669388
Text Example
Text Example
White with #669388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669388; }
p { color: rgb(102,147,136); }
H1.HeaderClassName
{
color: #669388;
}
.AnyTagClassName
{
color: #669388;
}
</style>
background-color css
<style>
a { background-color: #669388; }
a { background-color: rgb(102,147,136); }
div.DivClassName
{
background-color: #669388;
}
.BgClassName
{
background-color: #669388;
}
</style>
border-color css
<style>
span { border-color: #669388; }
span { border-color: rgb(102,147,136); }
td.TdClassName
{
border-color: #669388;
}
.TagClassName
{
border-color: #669388;
}
</style>