Shades of Patina #669B84
Tints of Patina #669B84
RGB
CMYK
RGB Variations
Color information
#669B84 (or 0x669B84) is known color: Patina. HEX triplet: 66, 9B and 84. RGB value is (102,155,132). Sum of RGB (Red+Green+Blue) = 102+155+132=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #669B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669B84 is #99647B. Grayscale: #888888. Windows color (decimal): -10052732 or 8690534. OLE color: 8690534.
HSL color Cylindrical-coordinate representation of color #669B84: hue angle of 153.96º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B84 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 132 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.39 |
| HSL | 153.96º | 0.21% | 0.5% | - |
| HSV(B) | 153.96º | 0.34% | 0.61% | - |
| XYZ | 21.37 | 27.93 | 26.1 | - |
| YUV | 136.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 132 | 0.34 | 0 | 0.15 | 0.39 | 153.96 | 0.21 | 0.5 |
| Hex | 66 | 9B | 84 | 22 | 0 | F | 27 | 9A | 15 | 32 |
| Octal | 146 | 233 | 204 | 42 | 0 | 17 | 47 | 232 | 25 | 62 |
| Binary | 1100110 | 10011011 | 10000100 | 100010 | 0 | 1111 | 100111 | 10011010 | 10101 | 110010 |
Color Harmonies of #669B84
Complementary color
Monochromatic Colors of #669B84
Black with #669B84
Text Example
Text Example
White with #669B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B84; }
p { color: rgb(102,155,132); }
H1.HeaderClassName
{
color: #669B84;
}
.AnyTagClassName
{
color: #669B84;
}
</style>
background-color css
<style>
a { background-color: #669B84; }
a { background-color: rgb(102,155,132); }
div.DivClassName
{
background-color: #669B84;
}
.BgClassName
{
background-color: #669B84;
}
</style>
border-color css
<style>
span { border-color: #669B84; }
span { border-color: rgb(102,155,132); }
td.TdClassName
{
border-color: #669B84;
}
.TagClassName
{
border-color: #669B84;
}
</style>