Shades of Patina #669181
Tints of Patina #669181
RGB
CMYK
RGB Variations
Color information
#669181 (or 0x669181) is known color: Patina. HEX triplet: 66, 91 and 81. RGB value is (102,145,129). Sum of RGB (Red+Green+Blue) = 102+145+129=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #669181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669181 is #996E7E. Grayscale: #828282. Windows color (decimal): -10055295 or 8491366. OLE color: 8491366.
HSL color Cylindrical-coordinate representation of color #669181: hue angle of 157.67º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669181 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 129 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.43 |
| HSL | 157.67º | 0.17% | 0.48% | - |
| HSV(B) | 157.67º | 0.3% | 0.57% | - |
| XYZ | 19.57 | 24.66 | 24.5 | - |
| YUV | 130.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 129 | 0.30 | 0 | 0.11 | 0.43 | 157.67 | 0.17 | 0.48 |
| Hex | 66 | 91 | 81 | 1E | 0 | B | 2B | 9E | 11 | 30 |
| Octal | 146 | 221 | 201 | 36 | 0 | 13 | 53 | 236 | 21 | 60 |
| Binary | 1100110 | 10010001 | 10000001 | 11110 | 0 | 1011 | 101011 | 10011110 | 10001 | 110000 |
Color Harmonies of #669181
Complementary color
Monochromatic Colors of #669181
Black with #669181
Text Example
Text Example
White with #669181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669181; }
p { color: rgb(102,145,129); }
H1.HeaderClassName
{
color: #669181;
}
.AnyTagClassName
{
color: #669181;
}
</style>
background-color css
<style>
a { background-color: #669181; }
a { background-color: rgb(102,145,129); }
div.DivClassName
{
background-color: #669181;
}
.BgClassName
{
background-color: #669181;
}
</style>
border-color css
<style>
span { border-color: #669181; }
span { border-color: rgb(102,145,129); }
td.TdClassName
{
border-color: #669181;
}
.TagClassName
{
border-color: #669181;
}
</style>