Shades of Patina #669288
Tints of Patina #669288
RGB
CMYK
RGB Variations
Color information
#669288 (or 0x669288) is known color: Patina. HEX triplet: 66, 92 and 88. RGB value is (102,146,136). Sum of RGB (Red+Green+Blue) = 102+146+136=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #669288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669288 is #996D77. Grayscale: #838383. Windows color (decimal): -10055032 or 8950374. OLE color: 8950374.
HSL color Cylindrical-coordinate representation of color #669288: hue angle of 166.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669288 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 136 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.43 |
| HSL | 166.36º | 0.18% | 0.49% | - |
| HSV(B) | 166.36º | 0.3% | 0.57% | - |
| XYZ | 20.2 | 25.16 | 27.08 | - |
| YUV | 131.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 136 | 0.30 | 0 | 0.07 | 0.43 | 166.36 | 0.18 | 0.49 |
| Hex | 66 | 92 | 88 | 1E | 0 | 7 | 2B | A6 | 12 | 31 |
| Octal | 146 | 222 | 210 | 36 | 0 | 7 | 53 | 246 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10001000 | 11110 | 0 | 111 | 101011 | 10100110 | 10010 | 110001 |
Color Harmonies of #669288
Complementary color
Monochromatic Colors of #669288
Black with #669288
Text Example
Text Example
White with #669288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669288; }
p { color: rgb(102,146,136); }
H1.HeaderClassName
{
color: #669288;
}
.AnyTagClassName
{
color: #669288;
}
</style>
background-color css
<style>
a { background-color: #669288; }
a { background-color: rgb(102,146,136); }
div.DivClassName
{
background-color: #669288;
}
.BgClassName
{
background-color: #669288;
}
</style>
border-color css
<style>
span { border-color: #669288; }
span { border-color: rgb(102,146,136); }
td.TdClassName
{
border-color: #669288;
}
.TagClassName
{
border-color: #669288;
}
</style>