Shades of Patina #60927C
Tints of Patina #60927C
RGB
CMYK
RGB Variations
Color information
#60927C (or 0x60927C) is known color: Patina. HEX triplet: 60, 92 and 7C. RGB value is (96,146,124). Sum of RGB (Red+Green+Blue) = 96+146+124=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #60927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927C is #9F6D83. Grayscale: #808080. Windows color (decimal): -10448260 or 8163936. OLE color: 8163936.
HSL color Cylindrical-coordinate representation of color #60927C: hue angle of 153.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60927C is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 124 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.43 |
| HSL | 153.6º | 0.21% | 0.47% | - |
| HSV(B) | 153.6º | 0.34% | 0.57% | - |
| XYZ | 18.74 | 24.5 | 22.81 | - |
| YUV | 128.54 | 125.44 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 124 | 0.34 | 0 | 0.15 | 0.43 | 153.6 | 0.21 | 0.47 |
| Hex | 60 | 92 | 7C | 22 | 0 | F | 2B | 9A | 15 | 2F |
| Octal | 140 | 222 | 174 | 42 | 0 | 17 | 53 | 232 | 25 | 57 |
| Binary | 1100000 | 10010010 | 1111100 | 100010 | 0 | 1111 | 101011 | 10011010 | 10101 | 101111 |
Color Harmonies of #60927C
Complementary color
Monochromatic Colors of #60927C
Black with #60927C
Text Example
Text Example
White with #60927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60927C; }
p { color: rgb(96,146,124); }
H1.HeaderClassName
{
color: #60927C;
}
.AnyTagClassName
{
color: #60927C;
}
</style>
background-color css
<style>
a { background-color: #60927C; }
a { background-color: rgb(96,146,124); }
div.DivClassName
{
background-color: #60927C;
}
.BgClassName
{
background-color: #60927C;
}
</style>
border-color css
<style>
span { border-color: #60927C; }
span { border-color: rgb(96,146,124); }
td.TdClassName
{
border-color: #60927C;
}
.TagClassName
{
border-color: #60927C;
}
</style>