Shades of Patina #66907B
Tints of Patina #66907B
RGB
CMYK
RGB Variations
Color information
#66907B (or 0x66907B) is known color: Patina. HEX triplet: 66, 90 and 7B. RGB value is (102,144,123). Sum of RGB (Red+Green+Blue) = 102+144+123=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #66907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907B is #996F84. Grayscale: #818181. Windows color (decimal): -10055557 or 8097894. OLE color: 8097894.
HSL color Cylindrical-coordinate representation of color #66907B: hue angle of 150º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #66907B is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 123 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.44 |
| HSL | 150º | 0.17% | 0.48% | - |
| HSV(B) | 150º | 0.29% | 0.56% | - |
| XYZ | 19.03 | 24.2 | 22.41 | - |
| YUV | 129.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 123 | 0.29 | 0 | 0.15 | 0.44 | 150 | 0.17 | 0.48 |
| Hex | 66 | 90 | 7B | 1D | 0 | F | 2C | 96 | 11 | 30 |
| Octal | 146 | 220 | 173 | 35 | 0 | 17 | 54 | 226 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1111011 | 11101 | 0 | 1111 | 101100 | 10010110 | 10001 | 110000 |
Color Harmonies of #66907B
Complementary color
Monochromatic Colors of #66907B
Black with #66907B
Text Example
Text Example
White with #66907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66907B; }
p { color: rgb(102,144,123); }
H1.HeaderClassName
{
color: #66907B;
}
.AnyTagClassName
{
color: #66907B;
}
</style>
background-color css
<style>
a { background-color: #66907B; }
a { background-color: rgb(102,144,123); }
div.DivClassName
{
background-color: #66907B;
}
.BgClassName
{
background-color: #66907B;
}
</style>
border-color css
<style>
span { border-color: #66907B; }
span { border-color: rgb(102,144,123); }
td.TdClassName
{
border-color: #66907B;
}
.TagClassName
{
border-color: #66907B;
}
</style>