Shades of Patina #60957A
Tints of Patina #60957A
RGB
CMYK
RGB Variations
Color information
#60957A (or 0x60957A) is known color: Patina. HEX triplet: 60, 95 and 7A. RGB value is (96,149,122). Sum of RGB (Red+Green+Blue) = 96+149+122=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #60957A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957A is #9F6A85. Grayscale: #828282. Windows color (decimal): -10447494 or 8033632. OLE color: 8033632.
HSL color Cylindrical-coordinate representation of color #60957A: hue angle of 149.43º 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 #60957A is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 149 | 122 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.42 |
| HSL | 149.43º | 0.22% | 0.48% | - |
| HSV(B) | 149.43º | 0.36% | 0.58% | - |
| XYZ | 19.08 | 25.39 | 22.31 | - |
| YUV | 130.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 149 | 122 | 0.36 | 0 | 0.18 | 0.42 | 149.43 | 0.22 | 0.48 |
| Hex | 60 | 95 | 7A | 24 | 0 | 12 | 2A | 95 | 16 | 30 |
| Octal | 140 | 225 | 172 | 44 | 0 | 22 | 52 | 225 | 26 | 60 |
| Binary | 1100000 | 10010101 | 1111010 | 100100 | 0 | 10010 | 101010 | 10010101 | 10110 | 110000 |
Color Harmonies of #60957A
Complementary color
Monochromatic Colors of #60957A
Black with #60957A
Text Example
Text Example
White with #60957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60957A; }
p { color: rgb(96,149,122); }
H1.HeaderClassName
{
color: #60957A;
}
.AnyTagClassName
{
color: #60957A;
}
</style>
background-color css
<style>
a { background-color: #60957A; }
a { background-color: rgb(96,149,122); }
div.DivClassName
{
background-color: #60957A;
}
.BgClassName
{
background-color: #60957A;
}
</style>
border-color css
<style>
span { border-color: #60957A; }
span { border-color: rgb(96,149,122); }
td.TdClassName
{
border-color: #60957A;
}
.TagClassName
{
border-color: #60957A;
}
</style>