Shades of Patina #66958A
Tints of Patina #66958A
RGB
CMYK
RGB Variations
Color information
#66958A (or 0x66958A) is known color: Patina. HEX triplet: 66, 95 and 8A. RGB value is (102,149,138). Sum of RGB (Red+Green+Blue) = 102+149+138=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #66958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66958A is #996A75. Grayscale: #858585. Windows color (decimal): -10054262 or 9082214. OLE color: 9082214.
HSL color Cylindrical-coordinate representation of color #66958A: hue angle of 165.96º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66958A is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 149 | 138 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.42 |
| HSL | 165.96º | 0.19% | 0.49% | - |
| HSV(B) | 165.96º | 0.32% | 0.58% | - |
| XYZ | 20.81 | 26.15 | 28 | - |
| YUV | 133.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 138 | 0.32 | 0 | 0.07 | 0.42 | 165.96 | 0.19 | 0.49 |
| Hex | 66 | 95 | 8A | 20 | 0 | 7 | 2A | A6 | 13 | 31 |
| Octal | 146 | 225 | 212 | 40 | 0 | 7 | 52 | 246 | 23 | 61 |
| Binary | 1100110 | 10010101 | 10001010 | 100000 | 0 | 111 | 101010 | 10100110 | 10011 | 110001 |
Color Harmonies of #66958A
Complementary color
Monochromatic Colors of #66958A
Black with #66958A
Text Example
Text Example
White with #66958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66958A; }
p { color: rgb(102,149,138); }
H1.HeaderClassName
{
color: #66958A;
}
.AnyTagClassName
{
color: #66958A;
}
</style>
background-color css
<style>
a { background-color: #66958A; }
a { background-color: rgb(102,149,138); }
div.DivClassName
{
background-color: #66958A;
}
.BgClassName
{
background-color: #66958A;
}
</style>
border-color css
<style>
span { border-color: #66958A; }
span { border-color: rgb(102,149,138); }
td.TdClassName
{
border-color: #66958A;
}
.TagClassName
{
border-color: #66958A;
}
</style>