Shades of Patina #669C84
Tints of Patina #669C84
RGB
CMYK
RGB Variations
Color information
#669C84 (or 0x669C84) is known color: Patina. HEX triplet: 66, 9C and 84. RGB value is (102,156,132). Sum of RGB (Red+Green+Blue) = 102+156+132=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #669C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C84 is #99637B. Grayscale: #898989. Windows color (decimal): -10052476 or 8690790. OLE color: 8690790.
HSL color Cylindrical-coordinate representation of color #669C84: hue angle of 153.33º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669C84 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 132 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.39 |
| HSL | 153.33º | 0.21% | 0.51% | - |
| HSV(B) | 153.33º | 0.35% | 0.61% | - |
| XYZ | 21.53 | 28.27 | 26.15 | - |
| YUV | 137.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 132 | 0.35 | 0 | 0.15 | 0.39 | 153.33 | 0.21 | 0.51 |
| Hex | 66 | 9C | 84 | 23 | 0 | F | 27 | 99 | 15 | 33 |
| Octal | 146 | 234 | 204 | 43 | 0 | 17 | 47 | 231 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10000100 | 100011 | 0 | 1111 | 100111 | 10011001 | 10101 | 110011 |
Color Harmonies of #669C84
Complementary color
Monochromatic Colors of #669C84
Black with #669C84
Text Example
Text Example
White with #669C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C84; }
p { color: rgb(102,156,132); }
H1.HeaderClassName
{
color: #669C84;
}
.AnyTagClassName
{
color: #669C84;
}
</style>
background-color css
<style>
a { background-color: #669C84; }
a { background-color: rgb(102,156,132); }
div.DivClassName
{
background-color: #669C84;
}
.BgClassName
{
background-color: #669C84;
}
</style>
border-color css
<style>
span { border-color: #669C84; }
span { border-color: rgb(102,156,132); }
td.TdClassName
{
border-color: #669C84;
}
.TagClassName
{
border-color: #669C84;
}
</style>