Shades of Patina #669C8D
Tints of Patina #669C8D
RGB
CMYK
RGB Variations
Color information
#669C8D (or 0x669C8D) is known color: Patina. HEX triplet: 66, 9C and 8D. RGB value is (102,156,141). Sum of RGB (Red+Green+Blue) = 102+156+141=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 156 - color contains mainly: green. Hex color #669C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C8D is #996372. Grayscale: #8A8A8A. Windows color (decimal): -10052467 or 9280614. OLE color: 9280614.
HSL color Cylindrical-coordinate representation of color #669C8D: hue angle of 163.33º 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 #669C8D is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 141 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.39 |
| HSL | 163.33º | 0.21% | 0.51% | - |
| HSV(B) | 163.33º | 0.35% | 0.61% | - |
| XYZ | 22.18 | 28.52 | 29.54 | - |
| YUV | 138.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 141 | 0.35 | 0 | 0.10 | 0.39 | 163.33 | 0.21 | 0.51 |
| Hex | 66 | 9C | 8D | 23 | 0 | A | 27 | A3 | 15 | 33 |
| Octal | 146 | 234 | 215 | 43 | 0 | 12 | 47 | 243 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10001101 | 100011 | 0 | 1010 | 100111 | 10100011 | 10101 | 110011 |
Color Harmonies of #669C8D
Complementary color
Monochromatic Colors of #669C8D
Black with #669C8D
Text Example
Text Example
White with #669C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C8D; }
p { color: rgb(102,156,141); }
H1.HeaderClassName
{
color: #669C8D;
}
.AnyTagClassName
{
color: #669C8D;
}
</style>
background-color css
<style>
a { background-color: #669C8D; }
a { background-color: rgb(102,156,141); }
div.DivClassName
{
background-color: #669C8D;
}
.BgClassName
{
background-color: #669C8D;
}
</style>
border-color css
<style>
span { border-color: #669C8D; }
span { border-color: rgb(102,156,141); }
td.TdClassName
{
border-color: #669C8D;
}
.TagClassName
{
border-color: #669C8D;
}
</style>