Shades of Patina #668E84
Tints of Patina #668E84
RGB
CMYK
RGB Variations
Color information
#668E84 (or 0x668E84) is known color: Patina. HEX triplet: 66, 8E and 84. RGB value is (102,142,132). Sum of RGB (Red+Green+Blue) = 102+142+132=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 142 - color contains mainly: green. Hex color #668E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E84 is #99717B. Grayscale: #808080. Windows color (decimal): -10056060 or 8687206. OLE color: 8687206.
HSL color Cylindrical-coordinate representation of color #668E84: hue angle of 165º 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 #668E84 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 132 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.44 |
| HSL | 165º | 0.16% | 0.48% | - |
| HSV(B) | 165º | 0.28% | 0.56% | - |
| XYZ | 19.32 | 23.84 | 25.41 | - |
| YUV | 128.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 132 | 0.28 | 0 | 0.07 | 0.44 | 165 | 0.16 | 0.48 |
| Hex | 66 | 8E | 84 | 1C | 0 | 7 | 2C | A5 | 10 | 30 |
| Octal | 146 | 216 | 204 | 34 | 0 | 7 | 54 | 245 | 20 | 60 |
| Binary | 1100110 | 10001110 | 10000100 | 11100 | 0 | 111 | 101100 | 10100101 | 10000 | 110000 |
Color Harmonies of #668E84
Complementary color
Monochromatic Colors of #668E84
Black with #668E84
Text Example
Text Example
White with #668E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E84; }
p { color: rgb(102,142,132); }
H1.HeaderClassName
{
color: #668E84;
}
.AnyTagClassName
{
color: #668E84;
}
</style>
background-color css
<style>
a { background-color: #668E84; }
a { background-color: rgb(102,142,132); }
div.DivClassName
{
background-color: #668E84;
}
.BgClassName
{
background-color: #668E84;
}
</style>
border-color css
<style>
span { border-color: #668E84; }
span { border-color: rgb(102,142,132); }
td.TdClassName
{
border-color: #668E84;
}
.TagClassName
{
border-color: #668E84;
}
</style>