Shades of Patina #668B7B
Tints of Patina #668B7B
RGB
CMYK
RGB Variations
Color information
#668B7B (or 0x668B7B) is known color: Patina. HEX triplet: 66, 8B and 7B. RGB value is (102,139,123). Sum of RGB (Red+Green+Blue) = 102+139+123=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #668B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668B7B is #997484. Grayscale: #7E7E7E. Windows color (decimal): -10056837 or 8096614. OLE color: 8096614.
HSL color Cylindrical-coordinate representation of color #668B7B: hue angle of 154.05º degrees, saturation: 0.15, 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 #668B7B is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 139 | 123 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.45 |
| HSL | 154.05º | 0.15% | 0.47% | - |
| HSV(B) | 154.05º | 0.27% | 0.55% | - |
| XYZ | 18.29 | 22.72 | 22.16 | - |
| YUV | 126.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 123 | 0.27 | 0 | 0.12 | 0.45 | 154.05 | 0.15 | 0.47 |
| Hex | 66 | 8B | 7B | 1B | 0 | C | 2D | 9A | F | 2F |
| Octal | 146 | 213 | 173 | 33 | 0 | 14 | 55 | 232 | 17 | 57 |
| Binary | 1100110 | 10001011 | 1111011 | 11011 | 0 | 1100 | 101101 | 10011010 | 1111 | 101111 |
Color Harmonies of #668B7B
Complementary color
Monochromatic Colors of #668B7B
Black with #668B7B
Text Example
Text Example
White with #668B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B7B; }
p { color: rgb(102,139,123); }
H1.HeaderClassName
{
color: #668B7B;
}
.AnyTagClassName
{
color: #668B7B;
}
</style>
background-color css
<style>
a { background-color: #668B7B; }
a { background-color: rgb(102,139,123); }
div.DivClassName
{
background-color: #668B7B;
}
.BgClassName
{
background-color: #668B7B;
}
</style>
border-color css
<style>
span { border-color: #668B7B; }
span { border-color: rgb(102,139,123); }
td.TdClassName
{
border-color: #668B7B;
}
.TagClassName
{
border-color: #668B7B;
}
</style>