Shades of Patina #668C84
Tints of Patina #668C84
RGB
CMYK
RGB Variations
Color information
#668C84 (or 0x668C84) is known color: Patina. HEX triplet: 66, 8C and 84. RGB value is (102,140,132). Sum of RGB (Red+Green+Blue) = 102+140+132=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 140 - color contains mainly: green. Hex color #668C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C84 is #99737B. Grayscale: #7F7F7F. Windows color (decimal): -10056572 or 8686694. OLE color: 8686694.
HSL color Cylindrical-coordinate representation of color #668C84: hue angle of 167.37º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668C84 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 132 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.45 |
| HSL | 167.37º | 0.16% | 0.47% | - |
| HSV(B) | 167.37º | 0.27% | 0.55% | - |
| XYZ | 19.02 | 23.25 | 25.31 | - |
| YUV | 127.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 132 | 0.27 | 0 | 0.06 | 0.45 | 167.37 | 0.16 | 0.47 |
| Hex | 66 | 8C | 84 | 1B | 0 | 6 | 2D | A7 | 10 | 2F |
| Octal | 146 | 214 | 204 | 33 | 0 | 6 | 55 | 247 | 20 | 57 |
| Binary | 1100110 | 10001100 | 10000100 | 11011 | 0 | 110 | 101101 | 10100111 | 10000 | 101111 |
Color Harmonies of #668C84
Complementary color
Monochromatic Colors of #668C84
Black with #668C84
Text Example
Text Example
White with #668C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C84; }
p { color: rgb(102,140,132); }
H1.HeaderClassName
{
color: #668C84;
}
.AnyTagClassName
{
color: #668C84;
}
</style>
background-color css
<style>
a { background-color: #668C84; }
a { background-color: rgb(102,140,132); }
div.DivClassName
{
background-color: #668C84;
}
.BgClassName
{
background-color: #668C84;
}
</style>
border-color css
<style>
span { border-color: #668C84; }
span { border-color: rgb(102,140,132); }
td.TdClassName
{
border-color: #668C84;
}
.TagClassName
{
border-color: #668C84;
}
</style>