Shades of Patina #669581
Tints of Patina #669581
RGB
CMYK
RGB Variations
Color information
#669581 (or 0x669581) is known color: Patina. HEX triplet: 66, 95 and 81. RGB value is (102,149,129). Sum of RGB (Red+Green+Blue) = 102+149+129=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #669581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669581 is #996A7E. Grayscale: #848484. Windows color (decimal): -10054271 or 8492390. OLE color: 8492390.
HSL color Cylindrical-coordinate representation of color #669581: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #669581 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 129 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.42 |
| HSL | 154.47º | 0.19% | 0.49% | - |
| HSV(B) | 154.47º | 0.32% | 0.58% | - |
| XYZ | 20.19 | 25.9 | 24.7 | - |
| YUV | 132.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 129 | 0.32 | 0 | 0.13 | 0.42 | 154.47 | 0.19 | 0.49 |
| Hex | 66 | 95 | 81 | 20 | 0 | D | 2A | 9A | 13 | 31 |
| Octal | 146 | 225 | 201 | 40 | 0 | 15 | 52 | 232 | 23 | 61 |
| Binary | 1100110 | 10010101 | 10000001 | 100000 | 0 | 1101 | 101010 | 10011010 | 10011 | 110001 |
Color Harmonies of #669581
Complementary color
Monochromatic Colors of #669581
Black with #669581
Text Example
Text Example
White with #669581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669581; }
p { color: rgb(102,149,129); }
H1.HeaderClassName
{
color: #669581;
}
.AnyTagClassName
{
color: #669581;
}
</style>
background-color css
<style>
a { background-color: #669581; }
a { background-color: rgb(102,149,129); }
div.DivClassName
{
background-color: #669581;
}
.BgClassName
{
background-color: #669581;
}
</style>
border-color css
<style>
span { border-color: #669581; }
span { border-color: rgb(102,149,129); }
td.TdClassName
{
border-color: #669581;
}
.TagClassName
{
border-color: #669581;
}
</style>