Shades of Patina #669D80
Tints of Patina #669D80
RGB
CMYK
RGB Variations
Color information
#669D80 (or 0x669D80) is known color: Patina. HEX triplet: 66, 9D and 80. RGB value is (102,157,128). Sum of RGB (Red+Green+Blue) = 102+157+128=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #669D80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D80 is #99627F. Grayscale: #898989. Windows color (decimal): -10052224 or 8428902. OLE color: 8428902.
HSL color Cylindrical-coordinate representation of color #669D80: hue angle of 148.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D80 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 128 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.38 |
| HSL | 148.36º | 0.22% | 0.51% | - |
| HSV(B) | 148.36º | 0.35% | 0.62% | - |
| XYZ | 21.43 | 28.5 | 24.79 | - |
| YUV | 137.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 128 | 0.35 | 0 | 0.18 | 0.38 | 148.36 | 0.22 | 0.51 |
| Hex | 66 | 9D | 80 | 23 | 0 | 12 | 26 | 94 | 16 | 33 |
| Octal | 146 | 235 | 200 | 43 | 0 | 22 | 46 | 224 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10000000 | 100011 | 0 | 10010 | 100110 | 10010100 | 10110 | 110011 |
Color Harmonies of #669D80
Complementary color
Monochromatic Colors of #669D80
Black with #669D80
Text Example
Text Example
White with #669D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D80; }
p { color: rgb(102,157,128); }
H1.HeaderClassName
{
color: #669D80;
}
.AnyTagClassName
{
color: #669D80;
}
</style>
background-color css
<style>
a { background-color: #669D80; }
a { background-color: rgb(102,157,128); }
div.DivClassName
{
background-color: #669D80;
}
.BgClassName
{
background-color: #669D80;
}
</style>
border-color css
<style>
span { border-color: #669D80; }
span { border-color: rgb(102,157,128); }
td.TdClassName
{
border-color: #669D80;
}
.TagClassName
{
border-color: #669D80;
}
</style>