Shades of Patina #668E7D
Tints of Patina #668E7D
RGB
CMYK
RGB Variations
Color information
#668E7D (or 0x668E7D) is known color: Patina. HEX triplet: 66, 8E and 7D. RGB value is (102,142,125). Sum of RGB (Red+Green+Blue) = 102+142+125=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #668E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668E7D is #997182. Grayscale: #808080. Windows color (decimal): -10056067 or 8228454. OLE color: 8228454.
HSL color Cylindrical-coordinate representation of color #668E7D: hue angle of 154.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 #668E7D is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 142 | 125 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.44 |
| HSL | 154.5º | 0.16% | 0.48% | - |
| HSV(B) | 154.5º | 0.28% | 0.56% | - |
| XYZ | 18.85 | 23.65 | 22.97 | - |
| YUV | 128.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 125 | 0.28 | 0 | 0.12 | 0.44 | 154.5 | 0.16 | 0.48 |
| Hex | 66 | 8E | 7D | 1C | 0 | C | 2C | 9A | 10 | 30 |
| Octal | 146 | 216 | 175 | 34 | 0 | 14 | 54 | 232 | 20 | 60 |
| Binary | 1100110 | 10001110 | 1111101 | 11100 | 0 | 1100 | 101100 | 10011010 | 10000 | 110000 |
Color Harmonies of #668E7D
Complementary color
Monochromatic Colors of #668E7D
Black with #668E7D
Text Example
Text Example
White with #668E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E7D; }
p { color: rgb(102,142,125); }
H1.HeaderClassName
{
color: #668E7D;
}
.AnyTagClassName
{
color: #668E7D;
}
</style>
background-color css
<style>
a { background-color: #668E7D; }
a { background-color: rgb(102,142,125); }
div.DivClassName
{
background-color: #668E7D;
}
.BgClassName
{
background-color: #668E7D;
}
</style>
border-color css
<style>
span { border-color: #668E7D; }
span { border-color: rgb(102,142,125); }
td.TdClassName
{
border-color: #668E7D;
}
.TagClassName
{
border-color: #668E7D;
}
</style>