Shades of Patina #60907C
Tints of Patina #60907C
RGB
CMYK
RGB Variations
Color information
#60907C (or 0x60907C) is known color: Patina. HEX triplet: 60, 90 and 7C. RGB value is (96,144,124). Sum of RGB (Red+Green+Blue) = 96+144+124=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #60907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907C is #9F6F83. Grayscale: #7F7F7F. Windows color (decimal): -10448772 or 8163424. OLE color: 8163424.
HSL color Cylindrical-coordinate representation of color #60907C: hue angle of 155º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60907C is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 124 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.44 |
| HSL | 155º | 0.2% | 0.47% | - |
| HSV(B) | 155º | 0.33% | 0.56% | - |
| XYZ | 18.44 | 23.89 | 22.71 | - |
| YUV | 127.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 124 | 0.33 | 0 | 0.14 | 0.44 | 155 | 0.2 | 0.47 |
| Hex | 60 | 90 | 7C | 21 | 0 | E | 2C | 9B | 14 | 2F |
| Octal | 140 | 220 | 174 | 41 | 0 | 16 | 54 | 233 | 24 | 57 |
| Binary | 1100000 | 10010000 | 1111100 | 100001 | 0 | 1110 | 101100 | 10011011 | 10100 | 101111 |
Color Harmonies of #60907C
Complementary color
Monochromatic Colors of #60907C
Black with #60907C
Text Example
Text Example
White with #60907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60907C; }
p { color: rgb(96,144,124); }
H1.HeaderClassName
{
color: #60907C;
}
.AnyTagClassName
{
color: #60907C;
}
</style>
background-color css
<style>
a { background-color: #60907C; }
a { background-color: rgb(96,144,124); }
div.DivClassName
{
background-color: #60907C;
}
.BgClassName
{
background-color: #60907C;
}
</style>
border-color css
<style>
span { border-color: #60907C; }
span { border-color: rgb(96,144,124); }
td.TdClassName
{
border-color: #60907C;
}
.TagClassName
{
border-color: #60907C;
}
</style>