Shades of Patina #668E7F
Tints of Patina #668E7F
RGB
CMYK
RGB Variations
Color information
#668E7F (or 0x668E7F) is known color: Patina. HEX triplet: 66, 8E and 7F. RGB value is (102,142,127). Sum of RGB (Red+Green+Blue) = 102+142+127=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #668E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E7F is #997180. Grayscale: #808080. Windows color (decimal): -10056065 or 8359526. OLE color: 8359526.
HSL color Cylindrical-coordinate representation of color #668E7F: hue angle of 157.5º 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 #668E7F is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 127 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.44 |
| HSL | 157.5º | 0.16% | 0.48% | - |
| HSV(B) | 157.5º | 0.28% | 0.56% | - |
| XYZ | 18.98 | 23.7 | 23.65 | - |
| YUV | 128.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 127 | 0.28 | 0 | 0.11 | 0.44 | 157.5 | 0.16 | 0.48 |
| Hex | 66 | 8E | 7F | 1C | 0 | B | 2C | 9E | 10 | 30 |
| Octal | 146 | 216 | 177 | 34 | 0 | 13 | 54 | 236 | 20 | 60 |
| Binary | 1100110 | 10001110 | 1111111 | 11100 | 0 | 1011 | 101100 | 10011110 | 10000 | 110000 |
Color Harmonies of #668E7F
Complementary color
Monochromatic Colors of #668E7F
Black with #668E7F
Text Example
Text Example
White with #668E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E7F; }
p { color: rgb(102,142,127); }
H1.HeaderClassName
{
color: #668E7F;
}
.AnyTagClassName
{
color: #668E7F;
}
</style>
background-color css
<style>
a { background-color: #668E7F; }
a { background-color: rgb(102,142,127); }
div.DivClassName
{
background-color: #668E7F;
}
.BgClassName
{
background-color: #668E7F;
}
</style>
border-color css
<style>
span { border-color: #668E7F; }
span { border-color: rgb(102,142,127); }
td.TdClassName
{
border-color: #668E7F;
}
.TagClassName
{
border-color: #668E7F;
}
</style>