Shades of Patina #60907A
Tints of Patina #60907A
RGB
CMYK
RGB Variations
Color information
#60907A (or 0x60907A) is known color: Patina. HEX triplet: 60, 90 and 7A. RGB value is (96,144,122). Sum of RGB (Red+Green+Blue) = 96+144+122=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #60907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60907A is #9F6F85. Grayscale: #7F7F7F. Windows color (decimal): -10448774 or 8032352. OLE color: 8032352.
HSL color Cylindrical-coordinate representation of color #60907A: hue angle of 152.5º 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 #60907A is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 122 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.44 |
| HSL | 152.5º | 0.2% | 0.47% | - |
| HSV(B) | 152.5º | 0.33% | 0.56% | - |
| XYZ | 18.31 | 23.84 | 22.05 | - |
| YUV | 127.14 | 125.1 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 122 | 0.33 | 0 | 0.15 | 0.44 | 152.5 | 0.2 | 0.47 |
| Hex | 60 | 90 | 7A | 21 | 0 | F | 2C | 98 | 14 | 2F |
| Octal | 140 | 220 | 172 | 41 | 0 | 17 | 54 | 230 | 24 | 57 |
| Binary | 1100000 | 10010000 | 1111010 | 100001 | 0 | 1111 | 101100 | 10011000 | 10100 | 101111 |
Color Harmonies of #60907A
Complementary color
Monochromatic Colors of #60907A
Black with #60907A
Text Example
Text Example
White with #60907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60907A; }
p { color: rgb(96,144,122); }
H1.HeaderClassName
{
color: #60907A;
}
.AnyTagClassName
{
color: #60907A;
}
</style>
background-color css
<style>
a { background-color: #60907A; }
a { background-color: rgb(96,144,122); }
div.DivClassName
{
background-color: #60907A;
}
.BgClassName
{
background-color: #60907A;
}
</style>
border-color css
<style>
span { border-color: #60907A; }
span { border-color: rgb(96,144,122); }
td.TdClassName
{
border-color: #60907A;
}
.TagClassName
{
border-color: #60907A;
}
</style>