Shades of Patina #60957E
Tints of Patina #60957E
RGB
CMYK
RGB Variations
Color information
#60957E (or 0x60957E) is known color: Patina. HEX triplet: 60, 95 and 7E. RGB value is (96,149,126). Sum of RGB (Red+Green+Blue) = 96+149+126=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #60957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957E is #9F6A81. Grayscale: #828282. Windows color (decimal): -10447490 or 8295776. OLE color: 8295776.
HSL color Cylindrical-coordinate representation of color #60957E: hue angle of 153.96º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60957E is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 126 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.42 |
| HSL | 153.96º | 0.22% | 0.48% | - |
| HSV(B) | 153.96º | 0.36% | 0.58% | - |
| XYZ | 19.34 | 25.49 | 23.64 | - |
| YUV | 130.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 126 | 0.36 | 0 | 0.15 | 0.42 | 153.96 | 0.22 | 0.48 |
| Hex | 60 | 95 | 7E | 24 | 0 | F | 2A | 9A | 16 | 30 |
| Octal | 140 | 225 | 176 | 44 | 0 | 17 | 52 | 232 | 26 | 60 |
| Binary | 1100000 | 10010101 | 1111110 | 100100 | 0 | 1111 | 101010 | 10011010 | 10110 | 110000 |
Color Harmonies of #60957E
Complementary color
Monochromatic Colors of #60957E
Black with #60957E
Text Example
Text Example
White with #60957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60957E; }
p { color: rgb(96,149,126); }
H1.HeaderClassName
{
color: #60957E;
}
.AnyTagClassName
{
color: #60957E;
}
</style>
background-color css
<style>
a { background-color: #60957E; }
a { background-color: rgb(96,149,126); }
div.DivClassName
{
background-color: #60957E;
}
.BgClassName
{
background-color: #60957E;
}
</style>
border-color css
<style>
span { border-color: #60957E; }
span { border-color: rgb(96,149,126); }
td.TdClassName
{
border-color: #60957E;
}
.TagClassName
{
border-color: #60957E;
}
</style>