Shades of Patina #60947E
Tints of Patina #60947E
RGB
CMYK
RGB Variations
Color information
#60947E (or 0x60947E) is known color: Patina. HEX triplet: 60, 94 and 7E. RGB value is (96,148,126). Sum of RGB (Red+Green+Blue) = 96+148+126=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #60947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60947E is #9F6B81. Grayscale: #818181. Windows color (decimal): -10447746 or 8295520. OLE color: 8295520.
HSL color Cylindrical-coordinate representation of color #60947E: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60947E is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 126 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.42 |
| HSL | 154.62º | 0.21% | 0.48% | - |
| HSV(B) | 154.62º | 0.35% | 0.58% | - |
| XYZ | 19.18 | 25.17 | 23.59 | - |
| YUV | 129.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 126 | 0.35 | 0 | 0.15 | 0.42 | 154.62 | 0.21 | 0.48 |
| Hex | 60 | 94 | 7E | 23 | 0 | F | 2A | 9B | 15 | 30 |
| Octal | 140 | 224 | 176 | 43 | 0 | 17 | 52 | 233 | 25 | 60 |
| Binary | 1100000 | 10010100 | 1111110 | 100011 | 0 | 1111 | 101010 | 10011011 | 10101 | 110000 |
Color Harmonies of #60947E
Complementary color
Monochromatic Colors of #60947E
Black with #60947E
Text Example
Text Example
White with #60947E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60947E; }
p { color: rgb(96,148,126); }
H1.HeaderClassName
{
color: #60947E;
}
.AnyTagClassName
{
color: #60947E;
}
</style>
background-color css
<style>
a { background-color: #60947E; }
a { background-color: rgb(96,148,126); }
div.DivClassName
{
background-color: #60947E;
}
.BgClassName
{
background-color: #60947E;
}
</style>
border-color css
<style>
span { border-color: #60947E; }
span { border-color: rgb(96,148,126); }
td.TdClassName
{
border-color: #60947E;
}
.TagClassName
{
border-color: #60947E;
}
</style>