Shades of Patina #669E8C
Tints of Patina #669E8C
RGB
CMYK
RGB Variations
Color information
#669E8C (or 0x669E8C) is known color: Patina. HEX triplet: 66, 9E and 8C. RGB value is (102,158,140). Sum of RGB (Red+Green+Blue) = 102+158+140=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #669E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E8C is #996173. Grayscale: #8B8B8B. Windows color (decimal): -10051956 or 9215590. OLE color: 9215590.
HSL color Cylindrical-coordinate representation of color #669E8C: hue angle of 160.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E8C is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 140 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.38 |
| HSL | 160.71º | 0.22% | 0.51% | - |
| HSV(B) | 160.71º | 0.35% | 0.62% | - |
| XYZ | 22.44 | 29.17 | 29.26 | - |
| YUV | 139.2 | 128.45 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 140 | 0.35 | 0 | 0.11 | 0.38 | 160.71 | 0.22 | 0.51 |
| Hex | 66 | 9E | 8C | 23 | 0 | B | 26 | A1 | 16 | 33 |
| Octal | 146 | 236 | 214 | 43 | 0 | 13 | 46 | 241 | 26 | 63 |
| Binary | 1100110 | 10011110 | 10001100 | 100011 | 0 | 1011 | 100110 | 10100001 | 10110 | 110011 |
Color Harmonies of #669E8C
Complementary color
Monochromatic Colors of #669E8C
Black with #669E8C
Text Example
Text Example
White with #669E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E8C; }
p { color: rgb(102,158,140); }
H1.HeaderClassName
{
color: #669E8C;
}
.AnyTagClassName
{
color: #669E8C;
}
</style>
background-color css
<style>
a { background-color: #669E8C; }
a { background-color: rgb(102,158,140); }
div.DivClassName
{
background-color: #669E8C;
}
.BgClassName
{
background-color: #669E8C;
}
</style>
border-color css
<style>
span { border-color: #669E8C; }
span { border-color: rgb(102,158,140); }
td.TdClassName
{
border-color: #669E8C;
}
.TagClassName
{
border-color: #669E8C;
}
</style>