Shades of Patina #668A7E
Tints of Patina #668A7E
RGB
CMYK
RGB Variations
Color information
#668A7E (or 0x668A7E) is known color: Patina. HEX triplet: 66, 8A and 7E. RGB value is (102,138,126). Sum of RGB (Red+Green+Blue) = 102+138+126=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #668A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668A7E is #997581. Grayscale: #7D7D7D. Windows color (decimal): -10057090 or 8292966. OLE color: 8292966.
HSL color Cylindrical-coordinate representation of color #668A7E: hue angle of 160º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668A7E is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 138 | 126 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.46 |
| HSL | 160º | 0.15% | 0.47% | - |
| HSV(B) | 160º | 0.26% | 0.54% | - |
| XYZ | 18.33 | 22.51 | 23.12 | - |
| YUV | 125.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 126 | 0.26 | 0 | 0.09 | 0.46 | 160 | 0.15 | 0.47 |
| Hex | 66 | 8A | 7E | 1A | 0 | 9 | 2E | A0 | F | 2F |
| Octal | 146 | 212 | 176 | 32 | 0 | 11 | 56 | 240 | 17 | 57 |
| Binary | 1100110 | 10001010 | 1111110 | 11010 | 0 | 1001 | 101110 | 10100000 | 1111 | 101111 |
Color Harmonies of #668A7E
Complementary color
Monochromatic Colors of #668A7E
Black with #668A7E
Text Example
Text Example
White with #668A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A7E; }
p { color: rgb(102,138,126); }
H1.HeaderClassName
{
color: #668A7E;
}
.AnyTagClassName
{
color: #668A7E;
}
</style>
background-color css
<style>
a { background-color: #668A7E; }
a { background-color: rgb(102,138,126); }
div.DivClassName
{
background-color: #668A7E;
}
.BgClassName
{
background-color: #668A7E;
}
</style>
border-color css
<style>
span { border-color: #668A7E; }
span { border-color: rgb(102,138,126); }
td.TdClassName
{
border-color: #668A7E;
}
.TagClassName
{
border-color: #668A7E;
}
</style>