Shades of Patina #669880
Tints of Patina #669880
RGB
CMYK
RGB Variations
Color information
#669880 (or 0x669880) is known color: Patina. HEX triplet: 66, 98 and 80. RGB value is (102,152,128). Sum of RGB (Red+Green+Blue) = 102+152+128=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 152 - color contains mainly: green. Hex color #669880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669880 is #99677F. Grayscale: #868686. Windows color (decimal): -10053504 or 8427622. OLE color: 8427622.
HSL color Cylindrical-coordinate representation of color #669880: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669880 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 128 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.40 |
| HSL | 151.2º | 0.2% | 0.5% | - |
| HSV(B) | 151.2º | 0.33% | 0.6% | - |
| XYZ | 20.6 | 26.84 | 24.52 | - |
| YUV | 134.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 128 | 0.33 | 0 | 0.16 | 0.40 | 151.2 | 0.2 | 0.5 |
| Hex | 66 | 98 | 80 | 21 | 0 | 10 | 28 | 97 | 14 | 32 |
| Octal | 146 | 230 | 200 | 41 | 0 | 20 | 50 | 227 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10000000 | 100001 | 0 | 10000 | 101000 | 10010111 | 10100 | 110010 |
Color Harmonies of #669880
Complementary color
Monochromatic Colors of #669880
Black with #669880
Text Example
Text Example
White with #669880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669880; }
p { color: rgb(102,152,128); }
H1.HeaderClassName
{
color: #669880;
}
.AnyTagClassName
{
color: #669880;
}
</style>
background-color css
<style>
a { background-color: #669880; }
a { background-color: rgb(102,152,128); }
div.DivClassName
{
background-color: #669880;
}
.BgClassName
{
background-color: #669880;
}
</style>
border-color css
<style>
span { border-color: #669880; }
span { border-color: rgb(102,152,128); }
td.TdClassName
{
border-color: #669880;
}
.TagClassName
{
border-color: #669880;
}
</style>