Shades of Patina #669282
Tints of Patina #669282
RGB
CMYK
RGB Variations
Color information
#669282 (or 0x669282) is known color: Patina. HEX triplet: 66, 92 and 82. RGB value is (102,146,130). Sum of RGB (Red+Green+Blue) = 102+146+130=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #669282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669282 is #996D7D. Grayscale: #838383. Windows color (decimal): -10055038 or 8557158. OLE color: 8557158.
HSL color Cylindrical-coordinate representation of color #669282: hue angle of 158.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669282 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 130 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.43 |
| HSL | 158.18º | 0.18% | 0.49% | - |
| HSV(B) | 158.18º | 0.3% | 0.57% | - |
| XYZ | 19.79 | 24.99 | 24.9 | - |
| YUV | 131.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 130 | 0.30 | 0 | 0.11 | 0.43 | 158.18 | 0.18 | 0.49 |
| Hex | 66 | 92 | 82 | 1E | 0 | B | 2B | 9E | 12 | 31 |
| Octal | 146 | 222 | 202 | 36 | 0 | 13 | 53 | 236 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10000010 | 11110 | 0 | 1011 | 101011 | 10011110 | 10010 | 110001 |
Color Harmonies of #669282
Complementary color
Monochromatic Colors of #669282
Black with #669282
Text Example
Text Example
White with #669282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669282; }
p { color: rgb(102,146,130); }
H1.HeaderClassName
{
color: #669282;
}
.AnyTagClassName
{
color: #669282;
}
</style>
background-color css
<style>
a { background-color: #669282; }
a { background-color: rgb(102,146,130); }
div.DivClassName
{
background-color: #669282;
}
.BgClassName
{
background-color: #669282;
}
</style>
border-color css
<style>
span { border-color: #669282; }
span { border-color: rgb(102,146,130); }
td.TdClassName
{
border-color: #669282;
}
.TagClassName
{
border-color: #669282;
}
</style>