Shades of Patina #60938B
Tints of Patina #60938B
RGB
CMYK
RGB Variations
Color information
#60938B (or 0x60938B) is known color: Patina. HEX triplet: 60, 93 and 8B. RGB value is (96,147,139). Sum of RGB (Red+Green+Blue) = 96+147+139=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 147 - color contains mainly: green. Hex color #60938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60938B is #9F6C74. Grayscale: #828282. Windows color (decimal): -10447989 or 9147232. OLE color: 9147232.
HSL color Cylindrical-coordinate representation of color #60938B: hue angle of 170.59º 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 #60938B is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 139 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.42 |
| HSL | 170.59º | 0.21% | 0.48% | - |
| HSV(B) | 170.59º | 0.35% | 0.58% | - |
| XYZ | 19.92 | 25.22 | 28.24 | - |
| YUV | 130.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 139 | 0.35 | 0 | 0.05 | 0.42 | 170.59 | 0.21 | 0.48 |
| Hex | 60 | 93 | 8B | 23 | 0 | 5 | 2A | AB | 15 | 30 |
| Octal | 140 | 223 | 213 | 43 | 0 | 5 | 52 | 253 | 25 | 60 |
| Binary | 1100000 | 10010011 | 10001011 | 100011 | 0 | 101 | 101010 | 10101011 | 10101 | 110000 |
Color Harmonies of #60938B
Complementary color
Monochromatic Colors of #60938B
Black with #60938B
Text Example
Text Example
White with #60938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60938B; }
p { color: rgb(96,147,139); }
H1.HeaderClassName
{
color: #60938B;
}
.AnyTagClassName
{
color: #60938B;
}
</style>
background-color css
<style>
a { background-color: #60938B; }
a { background-color: rgb(96,147,139); }
div.DivClassName
{
background-color: #60938B;
}
.BgClassName
{
background-color: #60938B;
}
</style>
border-color css
<style>
span { border-color: #60938B; }
span { border-color: rgb(96,147,139); }
td.TdClassName
{
border-color: #60938B;
}
.TagClassName
{
border-color: #60938B;
}
</style>