Shades of Patina #60937B
Tints of Patina #60937B
RGB
CMYK
RGB Variations
Color information
#60937B (or 0x60937B) is known color: Patina. HEX triplet: 60, 93 and 7B. RGB value is (96,147,123). Sum of RGB (Red+Green+Blue) = 96+147+123=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #60937B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60937B is #9F6C84. Grayscale: #818181. Windows color (decimal): -10448005 or 8098656. OLE color: 8098656.
HSL color Cylindrical-coordinate representation of color #60937B: hue angle of 151.76º 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 #60937B is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 123 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.42 |
| HSL | 151.76º | 0.21% | 0.48% | - |
| HSV(B) | 151.76º | 0.35% | 0.58% | - |
| XYZ | 18.83 | 24.78 | 22.53 | - |
| YUV | 129.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 123 | 0.35 | 0 | 0.16 | 0.42 | 151.76 | 0.21 | 0.48 |
| Hex | 60 | 93 | 7B | 23 | 0 | 10 | 2A | 98 | 15 | 30 |
| Octal | 140 | 223 | 173 | 43 | 0 | 20 | 52 | 230 | 25 | 60 |
| Binary | 1100000 | 10010011 | 1111011 | 100011 | 0 | 10000 | 101010 | 10011000 | 10101 | 110000 |
Color Harmonies of #60937B
Complementary color
Monochromatic Colors of #60937B
Black with #60937B
Text Example
Text Example
White with #60937B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60937B; }
p { color: rgb(96,147,123); }
H1.HeaderClassName
{
color: #60937B;
}
.AnyTagClassName
{
color: #60937B;
}
</style>
background-color css
<style>
a { background-color: #60937B; }
a { background-color: rgb(96,147,123); }
div.DivClassName
{
background-color: #60937B;
}
.BgClassName
{
background-color: #60937B;
}
</style>
border-color css
<style>
span { border-color: #60937B; }
span { border-color: rgb(96,147,123); }
td.TdClassName
{
border-color: #60937B;
}
.TagClassName
{
border-color: #60937B;
}
</style>