Shades of Patina #669C85
Tints of Patina #669C85
RGB
CMYK
RGB Variations
Color information
#669C85 (or 0x669C85) is known color: Patina. HEX triplet: 66, 9C and 85. RGB value is (102,156,133). Sum of RGB (Red+Green+Blue) = 102+156+133=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 156 - color contains mainly: green. Hex color #669C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C85 is #99637A. Grayscale: #898989. Windows color (decimal): -10052475 or 8756326. OLE color: 8756326.
HSL color Cylindrical-coordinate representation of color #669C85: hue angle of 154.44º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C85 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 133 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.39 |
| HSL | 154.44º | 0.21% | 0.51% | - |
| HSV(B) | 154.44º | 0.35% | 0.61% | - |
| XYZ | 21.6 | 28.3 | 26.51 | - |
| YUV | 137.23 | 125.61 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 133 | 0.35 | 0 | 0.15 | 0.39 | 154.44 | 0.21 | 0.51 |
| Hex | 66 | 9C | 85 | 23 | 0 | F | 27 | 9A | 15 | 33 |
| Octal | 146 | 234 | 205 | 43 | 0 | 17 | 47 | 232 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10000101 | 100011 | 0 | 1111 | 100111 | 10011010 | 10101 | 110011 |
Color Harmonies of #669C85
Complementary color
Monochromatic Colors of #669C85
Black with #669C85
Text Example
Text Example
White with #669C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C85; }
p { color: rgb(102,156,133); }
H1.HeaderClassName
{
color: #669C85;
}
.AnyTagClassName
{
color: #669C85;
}
</style>
background-color css
<style>
a { background-color: #669C85; }
a { background-color: rgb(102,156,133); }
div.DivClassName
{
background-color: #669C85;
}
.BgClassName
{
background-color: #669C85;
}
</style>
border-color css
<style>
span { border-color: #669C85; }
span { border-color: rgb(102,156,133); }
td.TdClassName
{
border-color: #669C85;
}
.TagClassName
{
border-color: #669C85;
}
</style>