Shades of Patina #668C83
Tints of Patina #668C83
RGB
CMYK
RGB Variations
Color information
#668C83 (or 0x668C83) is known color: Patina. HEX triplet: 66, 8C and 83. RGB value is (102,140,131). Sum of RGB (Red+Green+Blue) = 102+140+131=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 140 - color contains mainly: green. Hex color #668C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C83 is #99737C. Grayscale: #7F7F7F. Windows color (decimal): -10056573 or 8621158. OLE color: 8621158.
HSL color Cylindrical-coordinate representation of color #668C83: hue angle of 165.79º 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 #668C83 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 140 | 131 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.45 |
| HSL | 165.79º | 0.16% | 0.47% | - |
| HSV(B) | 165.79º | 0.27% | 0.55% | - |
| XYZ | 18.95 | 23.22 | 24.96 | - |
| YUV | 127.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 131 | 0.27 | 0 | 0.06 | 0.45 | 165.79 | 0.16 | 0.47 |
| Hex | 66 | 8C | 83 | 1B | 0 | 6 | 2D | A6 | 10 | 2F |
| Octal | 146 | 214 | 203 | 33 | 0 | 6 | 55 | 246 | 20 | 57 |
| Binary | 1100110 | 10001100 | 10000011 | 11011 | 0 | 110 | 101101 | 10100110 | 10000 | 101111 |
Color Harmonies of #668C83
Complementary color
Monochromatic Colors of #668C83
Black with #668C83
Text Example
Text Example
White with #668C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668C83; }
p { color: rgb(102,140,131); }
H1.HeaderClassName
{
color: #668C83;
}
.AnyTagClassName
{
color: #668C83;
}
</style>
background-color css
<style>
a { background-color: #668C83; }
a { background-color: rgb(102,140,131); }
div.DivClassName
{
background-color: #668C83;
}
.BgClassName
{
background-color: #668C83;
}
</style>
border-color css
<style>
span { border-color: #668C83; }
span { border-color: rgb(102,140,131); }
td.TdClassName
{
border-color: #668C83;
}
.TagClassName
{
border-color: #668C83;
}
</style>