Shades of Patina #669F88
Tints of Patina #669F88
RGB
CMYK
RGB Variations
Color information
#669F88 (or 0x669F88) is known color: Patina. HEX triplet: 66, 9F and 88. RGB value is (102,159,136). Sum of RGB (Red+Green+Blue) = 102+159+136=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #669F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669F88 is #996077. Grayscale: #8B8B8B. Windows color (decimal): -10051704 or 8953702. OLE color: 8953702.
HSL color Cylindrical-coordinate representation of color #669F88: hue angle of 155.79º 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 #669F88 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 159 | 136 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.38 |
| HSL | 155.79º | 0.23% | 0.51% | - |
| HSV(B) | 155.79º | 0.36% | 0.62% | - |
| XYZ | 22.32 | 29.4 | 27.79 | - |
| YUV | 139.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 136 | 0.36 | 0 | 0.14 | 0.38 | 155.79 | 0.23 | 0.51 |
| Hex | 66 | 9F | 88 | 24 | 0 | E | 26 | 9C | 17 | 33 |
| Octal | 146 | 237 | 210 | 44 | 0 | 16 | 46 | 234 | 27 | 63 |
| Binary | 1100110 | 10011111 | 10001000 | 100100 | 0 | 1110 | 100110 | 10011100 | 10111 | 110011 |
Color Harmonies of #669F88
Complementary color
Monochromatic Colors of #669F88
Black with #669F88
Text Example
Text Example
White with #669F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669F88; }
p { color: rgb(102,159,136); }
H1.HeaderClassName
{
color: #669F88;
}
.AnyTagClassName
{
color: #669F88;
}
</style>
background-color css
<style>
a { background-color: #669F88; }
a { background-color: rgb(102,159,136); }
div.DivClassName
{
background-color: #669F88;
}
.BgClassName
{
background-color: #669F88;
}
</style>
border-color css
<style>
span { border-color: #669F88; }
span { border-color: rgb(102,159,136); }
td.TdClassName
{
border-color: #669F88;
}
.TagClassName
{
border-color: #669F88;
}
</style>