Shades of Patina #668881
Tints of Patina #668881
RGB
CMYK
RGB Variations
Color information
#668881 (or 0x668881) is known color: Patina. HEX triplet: 66, 88 and 81. RGB value is (102,136,129). Sum of RGB (Red+Green+Blue) = 102+136+129=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 136 - color contains mainly: green. Hex color #668881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668881 is #99777E. Grayscale: #7D7D7D. Windows color (decimal): -10057599 or 8489062. OLE color: 8489062.
HSL color Cylindrical-coordinate representation of color #668881: hue angle of 167.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668881 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 129 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.47 |
| HSL | 167.65º | 0.14% | 0.47% | - |
| HSV(B) | 167.65º | 0.25% | 0.53% | - |
| XYZ | 18.25 | 22.02 | 24.06 | - |
| YUV | 125.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 129 | 0.25 | 0 | 0.05 | 0.47 | 167.65 | 0.14 | 0.47 |
| Hex | 66 | 88 | 81 | 19 | 0 | 5 | 2F | A8 | E | 2F |
| Octal | 146 | 210 | 201 | 31 | 0 | 5 | 57 | 250 | 16 | 57 |
| Binary | 1100110 | 10001000 | 10000001 | 11001 | 0 | 101 | 101111 | 10101000 | 1110 | 101111 |
Color Harmonies of #668881
Complementary color
Monochromatic Colors of #668881
Black with #668881
Text Example
Text Example
White with #668881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668881; }
p { color: rgb(102,136,129); }
H1.HeaderClassName
{
color: #668881;
}
.AnyTagClassName
{
color: #668881;
}
</style>
background-color css
<style>
a { background-color: #668881; }
a { background-color: rgb(102,136,129); }
div.DivClassName
{
background-color: #668881;
}
.BgClassName
{
background-color: #668881;
}
</style>
border-color css
<style>
span { border-color: #668881; }
span { border-color: rgb(102,136,129); }
td.TdClassName
{
border-color: #668881;
}
.TagClassName
{
border-color: #668881;
}
</style>