Shades of Patina #60938A
Tints of Patina #60938A
RGB
CMYK
RGB Variations
Color information
#60938A (or 0x60938A) is known color: Patina. HEX triplet: 60, 93 and 8A. RGB value is (96,147,138). Sum of RGB (Red+Green+Blue) = 96+147+138=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 147 - color contains mainly: green. Hex color #60938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60938A is #9F6C75. Grayscale: #828282. Windows color (decimal): -10447990 or 9081696. OLE color: 9081696.
HSL color Cylindrical-coordinate representation of color #60938A: hue angle of 169.41º 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 #60938A is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 138 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.42 |
| HSL | 169.41º | 0.21% | 0.48% | - |
| HSV(B) | 169.41º | 0.35% | 0.58% | - |
| XYZ | 19.85 | 25.19 | 27.86 | - |
| YUV | 130.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 138 | 0.35 | 0 | 0.06 | 0.42 | 169.41 | 0.21 | 0.48 |
| Hex | 60 | 93 | 8A | 23 | 0 | 6 | 2A | A9 | 15 | 30 |
| Octal | 140 | 223 | 212 | 43 | 0 | 6 | 52 | 251 | 25 | 60 |
| Binary | 1100000 | 10010011 | 10001010 | 100011 | 0 | 110 | 101010 | 10101001 | 10101 | 110000 |
Color Harmonies of #60938A
Complementary color
Monochromatic Colors of #60938A
Black with #60938A
Text Example
Text Example
White with #60938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60938A; }
p { color: rgb(96,147,138); }
H1.HeaderClassName
{
color: #60938A;
}
.AnyTagClassName
{
color: #60938A;
}
</style>
background-color css
<style>
a { background-color: #60938A; }
a { background-color: rgb(96,147,138); }
div.DivClassName
{
background-color: #60938A;
}
.BgClassName
{
background-color: #60938A;
}
</style>
border-color css
<style>
span { border-color: #60938A; }
span { border-color: rgb(96,147,138); }
td.TdClassName
{
border-color: #60938A;
}
.TagClassName
{
border-color: #60938A;
}
</style>