Shades of Patina #66917D
Tints of Patina #66917D
RGB
CMYK
RGB Variations
Color information
#66917D (or 0x66917D) is known color: Patina. HEX triplet: 66, 91 and 7D. RGB value is (102,145,125). Sum of RGB (Red+Green+Blue) = 102+145+125=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #66917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66917D is #996E82. Grayscale: #818181. Windows color (decimal): -10055299 or 8229222. OLE color: 8229222.
HSL color Cylindrical-coordinate representation of color #66917D: hue angle of 152.09º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66917D is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 145 | 125 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.43 |
| HSL | 152.09º | 0.17% | 0.48% | - |
| HSV(B) | 152.09º | 0.3% | 0.57% | - |
| XYZ | 19.31 | 24.56 | 23.12 | - |
| YUV | 129.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 125 | 0.30 | 0 | 0.14 | 0.43 | 152.09 | 0.17 | 0.48 |
| Hex | 66 | 91 | 7D | 1E | 0 | E | 2B | 98 | 11 | 30 |
| Octal | 146 | 221 | 175 | 36 | 0 | 16 | 53 | 230 | 21 | 60 |
| Binary | 1100110 | 10010001 | 1111101 | 11110 | 0 | 1110 | 101011 | 10011000 | 10001 | 110000 |
Color Harmonies of #66917D
Complementary color
Monochromatic Colors of #66917D
Black with #66917D
Text Example
Text Example
White with #66917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66917D; }
p { color: rgb(102,145,125); }
H1.HeaderClassName
{
color: #66917D;
}
.AnyTagClassName
{
color: #66917D;
}
</style>
background-color css
<style>
a { background-color: #66917D; }
a { background-color: rgb(102,145,125); }
div.DivClassName
{
background-color: #66917D;
}
.BgClassName
{
background-color: #66917D;
}
</style>
border-color css
<style>
span { border-color: #66917D; }
span { border-color: rgb(102,145,125); }
td.TdClassName
{
border-color: #66917D;
}
.TagClassName
{
border-color: #66917D;
}
</style>