Shades of Patina #669180
Tints of Patina #669180
RGB
CMYK
RGB Variations
Color information
#669180 (or 0x669180) is known color: Patina. HEX triplet: 66, 91 and 80. RGB value is (102,145,128). Sum of RGB (Red+Green+Blue) = 102+145+128=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #669180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669180 is #996E7F. Grayscale: #828282. Windows color (decimal): -10055296 or 8425830. OLE color: 8425830.
HSL color Cylindrical-coordinate representation of color #669180: hue angle of 156.28º 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 #669180 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 128 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.43 |
| HSL | 156.28º | 0.17% | 0.48% | - |
| HSV(B) | 156.28º | 0.3% | 0.57% | - |
| XYZ | 19.5 | 24.63 | 24.15 | - |
| YUV | 130.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 128 | 0.30 | 0 | 0.12 | 0.43 | 156.28 | 0.17 | 0.48 |
| Hex | 66 | 91 | 80 | 1E | 0 | C | 2B | 9C | 11 | 30 |
| Octal | 146 | 221 | 200 | 36 | 0 | 14 | 53 | 234 | 21 | 60 |
| Binary | 1100110 | 10010001 | 10000000 | 11110 | 0 | 1100 | 101011 | 10011100 | 10001 | 110000 |
Color Harmonies of #669180
Complementary color
Monochromatic Colors of #669180
Black with #669180
Text Example
Text Example
White with #669180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669180; }
p { color: rgb(102,145,128); }
H1.HeaderClassName
{
color: #669180;
}
.AnyTagClassName
{
color: #669180;
}
</style>
background-color css
<style>
a { background-color: #669180; }
a { background-color: rgb(102,145,128); }
div.DivClassName
{
background-color: #669180;
}
.BgClassName
{
background-color: #669180;
}
</style>
border-color css
<style>
span { border-color: #669180; }
span { border-color: rgb(102,145,128); }
td.TdClassName
{
border-color: #669180;
}
.TagClassName
{
border-color: #669180;
}
</style>