Shades of Patina #669F8F
Tints of Patina #669F8F
RGB
CMYK
RGB Variations
Color information
#669F8F (or 0x669F8F) is known color: Patina. HEX triplet: 66, 9F and 8F. RGB value is (102,159,143). Sum of RGB (Red+Green+Blue) = 102+159+143=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #669F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F8F is #996070. Grayscale: #8C8C8C. Windows color (decimal): -10051697 or 9412454. OLE color: 9412454.
HSL color Cylindrical-coordinate representation of color #669F8F: hue angle of 163.16º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #669F8F is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 143 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.38 |
| HSL | 163.16º | 0.23% | 0.51% | - |
| HSV(B) | 163.16º | 0.36% | 0.62% | - |
| XYZ | 22.84 | 29.6 | 30.5 | - |
| YUV | 140.13 | 129.62 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 143 | 0.36 | 0 | 0.10 | 0.38 | 163.16 | 0.23 | 0.51 |
| Hex | 66 | 9F | 8F | 24 | 0 | A | 26 | A3 | 17 | 33 |
| Octal | 146 | 237 | 217 | 44 | 0 | 12 | 46 | 243 | 27 | 63 |
| Binary | 1100110 | 10011111 | 10001111 | 100100 | 0 | 1010 | 100110 | 10100011 | 10111 | 110011 |
Color Harmonies of #669F8F
Complementary color
Monochromatic Colors of #669F8F
Black with #669F8F
Text Example
Text Example
White with #669F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F8F; }
p { color: rgb(102,159,143); }
H1.HeaderClassName
{
color: #669F8F;
}
.AnyTagClassName
{
color: #669F8F;
}
</style>
background-color css
<style>
a { background-color: #669F8F; }
a { background-color: rgb(102,159,143); }
div.DivClassName
{
background-color: #669F8F;
}
.BgClassName
{
background-color: #669F8F;
}
</style>
border-color css
<style>
span { border-color: #669F8F; }
span { border-color: rgb(102,159,143); }
td.TdClassName
{
border-color: #669F8F;
}
.TagClassName
{
border-color: #669F8F;
}
</style>