Shades of Patina #668E82
Tints of Patina #668E82
RGB
CMYK
RGB Variations
Color information
#668E82 (or 0x668E82) is known color: Patina. HEX triplet: 66, 8E and 82. RGB value is (102,142,130). Sum of RGB (Red+Green+Blue) = 102+142+130=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #668E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E82 is #99717D. Grayscale: #808080. Windows color (decimal): -10056062 or 8556134. OLE color: 8556134.
HSL color Cylindrical-coordinate representation of color #668E82: hue angle of 162º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668E82 is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 130 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.44 |
| HSL | 162º | 0.16% | 0.48% | - |
| HSV(B) | 162º | 0.28% | 0.56% | - |
| XYZ | 19.18 | 23.78 | 24.7 | - |
| YUV | 128.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 130 | 0.28 | 0 | 0.08 | 0.44 | 162 | 0.16 | 0.48 |
| Hex | 66 | 8E | 82 | 1C | 0 | 8 | 2C | A2 | 10 | 30 |
| Octal | 146 | 216 | 202 | 34 | 0 | 10 | 54 | 242 | 20 | 60 |
| Binary | 1100110 | 10001110 | 10000010 | 11100 | 0 | 1000 | 101100 | 10100010 | 10000 | 110000 |
Color Harmonies of #668E82
Complementary color
Monochromatic Colors of #668E82
Black with #668E82
Text Example
Text Example
White with #668E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E82; }
p { color: rgb(102,142,130); }
H1.HeaderClassName
{
color: #668E82;
}
.AnyTagClassName
{
color: #668E82;
}
</style>
background-color css
<style>
a { background-color: #668E82; }
a { background-color: rgb(102,142,130); }
div.DivClassName
{
background-color: #668E82;
}
.BgClassName
{
background-color: #668E82;
}
</style>
border-color css
<style>
span { border-color: #668E82; }
span { border-color: rgb(102,142,130); }
td.TdClassName
{
border-color: #668E82;
}
.TagClassName
{
border-color: #668E82;
}
</style>