Shades of Patina #669E82
Tints of Patina #669E82
RGB
CMYK
RGB Variations
Color information
#669E82 (or 0x669E82) is known color: Patina. HEX triplet: 66, 9E and 82. RGB value is (102,158,130). Sum of RGB (Red+Green+Blue) = 102+158+130=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 158 - color contains mainly: green. Hex color #669E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E82 is #99617D. Grayscale: #8A8A8A. Windows color (decimal): -10051966 or 8560230. OLE color: 8560230.
HSL color Cylindrical-coordinate representation of color #669E82: hue angle of 150º 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 #669E82 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 130 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.38 |
| HSL | 150º | 0.22% | 0.51% | - |
| HSV(B) | 150º | 0.35% | 0.62% | - |
| XYZ | 21.74 | 28.89 | 25.55 | - |
| YUV | 138.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 130 | 0.35 | 0 | 0.18 | 0.38 | 150 | 0.22 | 0.51 |
| Hex | 66 | 9E | 82 | 23 | 0 | 12 | 26 | 96 | 16 | 33 |
| Octal | 146 | 236 | 202 | 43 | 0 | 22 | 46 | 226 | 26 | 63 |
| Binary | 1100110 | 10011110 | 10000010 | 100011 | 0 | 10010 | 100110 | 10010110 | 10110 | 110011 |
Color Harmonies of #669E82
Complementary color
Monochromatic Colors of #669E82
Black with #669E82
Text Example
Text Example
White with #669E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E82; }
p { color: rgb(102,158,130); }
H1.HeaderClassName
{
color: #669E82;
}
.AnyTagClassName
{
color: #669E82;
}
</style>
background-color css
<style>
a { background-color: #669E82; }
a { background-color: rgb(102,158,130); }
div.DivClassName
{
background-color: #669E82;
}
.BgClassName
{
background-color: #669E82;
}
</style>
border-color css
<style>
span { border-color: #669E82; }
span { border-color: rgb(102,158,130); }
td.TdClassName
{
border-color: #669E82;
}
.TagClassName
{
border-color: #669E82;
}
</style>