Shades of Patina #669885
Tints of Patina #669885
RGB
CMYK
RGB Variations
Color information
#669885 (or 0x669885) is known color: Patina. HEX triplet: 66, 98 and 85. RGB value is (102,152,133). Sum of RGB (Red+Green+Blue) = 102+152+133=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #669885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669885 is #99677A. Grayscale: #868686. Windows color (decimal): -10053499 or 8755302. OLE color: 8755302.
HSL color Cylindrical-coordinate representation of color #669885: hue angle of 157.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 #669885 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 133 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.40 |
| HSL | 157.2º | 0.2% | 0.5% | - |
| HSV(B) | 157.2º | 0.33% | 0.6% | - |
| XYZ | 20.94 | 26.97 | 26.29 | - |
| YUV | 134.88 | 126.94 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 133 | 0.33 | 0 | 0.13 | 0.40 | 157.2 | 0.2 | 0.5 |
| Hex | 66 | 98 | 85 | 21 | 0 | D | 28 | 9D | 14 | 32 |
| Octal | 146 | 230 | 205 | 41 | 0 | 15 | 50 | 235 | 24 | 62 |
| Binary | 1100110 | 10011000 | 10000101 | 100001 | 0 | 1101 | 101000 | 10011101 | 10100 | 110010 |
Color Harmonies of #669885
Complementary color
Monochromatic Colors of #669885
Black with #669885
Text Example
Text Example
White with #669885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669885; }
p { color: rgb(102,152,133); }
H1.HeaderClassName
{
color: #669885;
}
.AnyTagClassName
{
color: #669885;
}
</style>
background-color css
<style>
a { background-color: #669885; }
a { background-color: rgb(102,152,133); }
div.DivClassName
{
background-color: #669885;
}
.BgClassName
{
background-color: #669885;
}
</style>
border-color css
<style>
span { border-color: #669885; }
span { border-color: rgb(102,152,133); }
td.TdClassName
{
border-color: #669885;
}
.TagClassName
{
border-color: #669885;
}
</style>