Shades of Patina #66927D
Tints of Patina #66927D
RGB
CMYK
RGB Variations
Color information
#66927D (or 0x66927D) is known color: Patina. HEX triplet: 66, 92 and 7D. RGB value is (102,146,125). Sum of RGB (Red+Green+Blue) = 102+146+125=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 146 - color contains mainly: green. Hex color #66927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927D is #996D82. Grayscale: #828282. Windows color (decimal): -10055043 or 8229478. OLE color: 8229478.
HSL color Cylindrical-coordinate representation of color #66927D: hue angle of 151.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66927D is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 125 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.43 |
| HSL | 151.36º | 0.18% | 0.49% | - |
| HSV(B) | 151.36º | 0.3% | 0.57% | - |
| XYZ | 19.46 | 24.86 | 23.18 | - |
| YUV | 130.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 125 | 0.30 | 0 | 0.14 | 0.43 | 151.36 | 0.18 | 0.49 |
| Hex | 66 | 92 | 7D | 1E | 0 | E | 2B | 97 | 12 | 31 |
| Octal | 146 | 222 | 175 | 36 | 0 | 16 | 53 | 227 | 22 | 61 |
| Binary | 1100110 | 10010010 | 1111101 | 11110 | 0 | 1110 | 101011 | 10010111 | 10010 | 110001 |
Color Harmonies of #66927D
Complementary color
Monochromatic Colors of #66927D
Black with #66927D
Text Example
Text Example
White with #66927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66927D; }
p { color: rgb(102,146,125); }
H1.HeaderClassName
{
color: #66927D;
}
.AnyTagClassName
{
color: #66927D;
}
</style>
background-color css
<style>
a { background-color: #66927D; }
a { background-color: rgb(102,146,125); }
div.DivClassName
{
background-color: #66927D;
}
.BgClassName
{
background-color: #66927D;
}
</style>
border-color css
<style>
span { border-color: #66927D; }
span { border-color: rgb(102,146,125); }
td.TdClassName
{
border-color: #66927D;
}
.TagClassName
{
border-color: #66927D;
}
</style>