Shades of Patina #669682
Tints of Patina #669682
RGB
CMYK
RGB Variations
Color information
#669682 (or 0x669682) is known color: Patina. HEX triplet: 66, 96 and 82. RGB value is (102,150,130). Sum of RGB (Red+Green+Blue) = 102+150+130=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 150 - color contains mainly: green. Hex color #669682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669682 is #99697D. Grayscale: #858585. Windows color (decimal): -10054014 or 8558182. OLE color: 8558182.
HSL color Cylindrical-coordinate representation of color #669682: hue angle of 155º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669682 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 150 | 130 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.41 |
| HSL | 155º | 0.19% | 0.49% | - |
| HSV(B) | 155º | 0.32% | 0.59% | - |
| XYZ | 20.42 | 26.25 | 25.11 | - |
| YUV | 133.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 150 | 130 | 0.32 | 0 | 0.13 | 0.41 | 155 | 0.19 | 0.49 |
| Hex | 66 | 96 | 82 | 20 | 0 | D | 29 | 9B | 13 | 31 |
| Octal | 146 | 226 | 202 | 40 | 0 | 15 | 51 | 233 | 23 | 61 |
| Binary | 1100110 | 10010110 | 10000010 | 100000 | 0 | 1101 | 101001 | 10011011 | 10011 | 110001 |
Color Harmonies of #669682
Complementary color
Monochromatic Colors of #669682
Black with #669682
Text Example
Text Example
White with #669682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669682; }
p { color: rgb(102,150,130); }
H1.HeaderClassName
{
color: #669682;
}
.AnyTagClassName
{
color: #669682;
}
</style>
background-color css
<style>
a { background-color: #669682; }
a { background-color: rgb(102,150,130); }
div.DivClassName
{
background-color: #669682;
}
.BgClassName
{
background-color: #669682;
}
</style>
border-color css
<style>
span { border-color: #669682; }
span { border-color: rgb(102,150,130); }
td.TdClassName
{
border-color: #669682;
}
.TagClassName
{
border-color: #669682;
}
</style>