Shades of Patina #669C8B
Tints of Patina #669C8B
RGB
CMYK
RGB Variations
Color information
#669C8B (or 0x669C8B) is known color: Patina. HEX triplet: 66, 9C and 8B. RGB value is (102,156,139). Sum of RGB (Red+Green+Blue) = 102+156+139=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #669C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669C8B is #996374. Grayscale: #898989. Windows color (decimal): -10052469 or 9149542. OLE color: 9149542.
HSL color Cylindrical-coordinate representation of color #669C8B: hue angle of 161.11º 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 #669C8B is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 156 | 139 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.39 |
| HSL | 161.11º | 0.21% | 0.51% | - |
| HSV(B) | 161.11º | 0.35% | 0.61% | - |
| XYZ | 22.03 | 28.47 | 28.76 | - |
| YUV | 137.92 | 128.61 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 156 | 139 | 0.35 | 0 | 0.11 | 0.39 | 161.11 | 0.21 | 0.51 |
| Hex | 66 | 9C | 8B | 23 | 0 | B | 27 | A1 | 15 | 33 |
| Octal | 146 | 234 | 213 | 43 | 0 | 13 | 47 | 241 | 25 | 63 |
| Binary | 1100110 | 10011100 | 10001011 | 100011 | 0 | 1011 | 100111 | 10100001 | 10101 | 110011 |
Color Harmonies of #669C8B
Complementary color
Monochromatic Colors of #669C8B
Black with #669C8B
Text Example
Text Example
White with #669C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669C8B; }
p { color: rgb(102,156,139); }
H1.HeaderClassName
{
color: #669C8B;
}
.AnyTagClassName
{
color: #669C8B;
}
</style>
background-color css
<style>
a { background-color: #669C8B; }
a { background-color: rgb(102,156,139); }
div.DivClassName
{
background-color: #669C8B;
}
.BgClassName
{
background-color: #669C8B;
}
</style>
border-color css
<style>
span { border-color: #669C8B; }
span { border-color: rgb(102,156,139); }
td.TdClassName
{
border-color: #669C8B;
}
.TagClassName
{
border-color: #669C8B;
}
</style>