Shades of Patina #60947F
Tints of Patina #60947F
RGB
CMYK
RGB Variations
Color information
#60947F (or 0x60947F) is known color: Patina. HEX triplet: 60, 94 and 7F. RGB value is (96,148,127). Sum of RGB (Red+Green+Blue) = 96+148+127=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 127 (50% from 255 or 34.23% from 371); Max value from RGB is 148 - color contains mainly: green. Hex color #60947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60947F is #9F6B80. Grayscale: #828282. Windows color (decimal): -10447745 or 8361056. OLE color: 8361056.
HSL color Cylindrical-coordinate representation of color #60947F: hue angle of 155.77º 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 #60947F is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 148 | 127 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.42 |
| HSL | 155.77º | 0.21% | 0.48% | - |
| HSV(B) | 155.77º | 0.35% | 0.58% | - |
| XYZ | 19.24 | 25.2 | 23.93 | - |
| YUV | 130.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 148 | 127 | 0.35 | 0 | 0.14 | 0.42 | 155.77 | 0.21 | 0.48 |
| Hex | 60 | 94 | 7F | 23 | 0 | E | 2A | 9C | 15 | 30 |
| Octal | 140 | 224 | 177 | 43 | 0 | 16 | 52 | 234 | 25 | 60 |
| Binary | 1100000 | 10010100 | 1111111 | 100011 | 0 | 1110 | 101010 | 10011100 | 10101 | 110000 |
Color Harmonies of #60947F
Complementary color
Monochromatic Colors of #60947F
Black with #60947F
Text Example
Text Example
White with #60947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60947F; }
p { color: rgb(96,148,127); }
H1.HeaderClassName
{
color: #60947F;
}
.AnyTagClassName
{
color: #60947F;
}
</style>
background-color css
<style>
a { background-color: #60947F; }
a { background-color: rgb(96,148,127); }
div.DivClassName
{
background-color: #60947F;
}
.BgClassName
{
background-color: #60947F;
}
</style>
border-color css
<style>
span { border-color: #60947F; }
span { border-color: rgb(96,148,127); }
td.TdClassName
{
border-color: #60947F;
}
.TagClassName
{
border-color: #60947F;
}
</style>