Shades of Patina #669D85
Tints of Patina #669D85
RGB
CMYK
RGB Variations
Color information
#669D85 (or 0x669D85) is known color: Patina. HEX triplet: 66, 9D and 85. RGB value is (102,157,133). Sum of RGB (Red+Green+Blue) = 102+157+133=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 157 - color contains mainly: green. Hex color #669D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D85 is #99627A. Grayscale: #898989. Windows color (decimal): -10052219 or 8756582. OLE color: 8756582.
HSL color Cylindrical-coordinate representation of color #669D85: hue angle of 153.82º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D85 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 133 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.38 |
| HSL | 153.82º | 0.22% | 0.51% | - |
| HSV(B) | 153.82º | 0.35% | 0.62% | - |
| XYZ | 21.77 | 28.63 | 26.57 | - |
| YUV | 137.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 133 | 0.35 | 0 | 0.15 | 0.38 | 153.82 | 0.22 | 0.51 |
| Hex | 66 | 9D | 85 | 23 | 0 | F | 26 | 9A | 16 | 33 |
| Octal | 146 | 235 | 205 | 43 | 0 | 17 | 46 | 232 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10000101 | 100011 | 0 | 1111 | 100110 | 10011010 | 10110 | 110011 |
Color Harmonies of #669D85
Complementary color
Monochromatic Colors of #669D85
Black with #669D85
Text Example
Text Example
White with #669D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D85; }
p { color: rgb(102,157,133); }
H1.HeaderClassName
{
color: #669D85;
}
.AnyTagClassName
{
color: #669D85;
}
</style>
background-color css
<style>
a { background-color: #669D85; }
a { background-color: rgb(102,157,133); }
div.DivClassName
{
background-color: #669D85;
}
.BgClassName
{
background-color: #669D85;
}
</style>
border-color css
<style>
span { border-color: #669D85; }
span { border-color: rgb(102,157,133); }
td.TdClassName
{
border-color: #669D85;
}
.TagClassName
{
border-color: #669D85;
}
</style>