Shades of Patina #66907D
Tints of Patina #66907D
RGB
CMYK
RGB Variations
Color information
#66907D (or 0x66907D) is known color: Patina. HEX triplet: 66, 90 and 7D. RGB value is (102,144,125). Sum of RGB (Red+Green+Blue) = 102+144+125=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #66907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66907D is #996F82. Grayscale: #818181. Windows color (decimal): -10055555 or 8228966. OLE color: 8228966.
HSL color Cylindrical-coordinate representation of color #66907D: hue angle of 152.86º 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 #66907D is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 125 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.44 |
| HSL | 152.86º | 0.17% | 0.48% | - |
| HSV(B) | 152.86º | 0.29% | 0.56% | - |
| XYZ | 19.15 | 24.25 | 23.07 | - |
| YUV | 129.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 125 | 0.29 | 0 | 0.13 | 0.44 | 152.86 | 0.17 | 0.48 |
| Hex | 66 | 90 | 7D | 1D | 0 | D | 2C | 99 | 11 | 30 |
| Octal | 146 | 220 | 175 | 35 | 0 | 15 | 54 | 231 | 21 | 60 |
| Binary | 1100110 | 10010000 | 1111101 | 11101 | 0 | 1101 | 101100 | 10011001 | 10001 | 110000 |
Color Harmonies of #66907D
Complementary color
Monochromatic Colors of #66907D
Black with #66907D
Text Example
Text Example
White with #66907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66907D; }
p { color: rgb(102,144,125); }
H1.HeaderClassName
{
color: #66907D;
}
.AnyTagClassName
{
color: #66907D;
}
</style>
background-color css
<style>
a { background-color: #66907D; }
a { background-color: rgb(102,144,125); }
div.DivClassName
{
background-color: #66907D;
}
.BgClassName
{
background-color: #66907D;
}
</style>
border-color css
<style>
span { border-color: #66907D; }
span { border-color: rgb(102,144,125); }
td.TdClassName
{
border-color: #66907D;
}
.TagClassName
{
border-color: #66907D;
}
</style>