Shades of Patina #669582
Tints of Patina #669582
RGB
CMYK
RGB Variations
Color information
#669582 (or 0x669582) is known color: Patina. HEX triplet: 66, 95 and 82. RGB value is (102,149,130). Sum of RGB (Red+Green+Blue) = 102+149+130=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #669582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669582 is #996A7D. Grayscale: #848484. Windows color (decimal): -10054270 or 8557926. OLE color: 8557926.
HSL color Cylindrical-coordinate representation of color #669582: hue angle of 155.74º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669582 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 130 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.42 |
| HSL | 155.74º | 0.19% | 0.49% | - |
| HSV(B) | 155.74º | 0.32% | 0.58% | - |
| XYZ | 20.26 | 25.93 | 25.06 | - |
| YUV | 132.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 130 | 0.32 | 0 | 0.13 | 0.42 | 155.74 | 0.19 | 0.49 |
| Hex | 66 | 95 | 82 | 20 | 0 | D | 2A | 9C | 13 | 31 |
| Octal | 146 | 225 | 202 | 40 | 0 | 15 | 52 | 234 | 23 | 61 |
| Binary | 1100110 | 10010101 | 10000010 | 100000 | 0 | 1101 | 101010 | 10011100 | 10011 | 110001 |
Color Harmonies of #669582
Complementary color
Monochromatic Colors of #669582
Black with #669582
Text Example
Text Example
White with #669582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669582; }
p { color: rgb(102,149,130); }
H1.HeaderClassName
{
color: #669582;
}
.AnyTagClassName
{
color: #669582;
}
</style>
background-color css
<style>
a { background-color: #669582; }
a { background-color: rgb(102,149,130); }
div.DivClassName
{
background-color: #669582;
}
.BgClassName
{
background-color: #669582;
}
</style>
border-color css
<style>
span { border-color: #669582; }
span { border-color: rgb(102,149,130); }
td.TdClassName
{
border-color: #669582;
}
.TagClassName
{
border-color: #669582;
}
</style>