Shades of Patina #60927B
Tints of Patina #60927B
RGB
CMYK
RGB Variations
Color information
#60927B (or 0x60927B) is known color: Patina. HEX triplet: 60, 92 and 7B. RGB value is (96,146,123). Sum of RGB (Red+Green+Blue) = 96+146+123=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #60927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927B is #9F6D84. Grayscale: #808080. Windows color (decimal): -10448261 or 8098400. OLE color: 8098400.
HSL color Cylindrical-coordinate representation of color #60927B: hue angle of 152.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60927B is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 146 | 123 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.43 |
| HSL | 152.4º | 0.21% | 0.47% | - |
| HSV(B) | 152.4º | 0.34% | 0.57% | - |
| XYZ | 18.68 | 24.47 | 22.48 | - |
| YUV | 128.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 146 | 123 | 0.34 | 0 | 0.16 | 0.43 | 152.4 | 0.21 | 0.47 |
| Hex | 60 | 92 | 7B | 22 | 0 | 10 | 2B | 98 | 15 | 2F |
| Octal | 140 | 222 | 173 | 42 | 0 | 20 | 53 | 230 | 25 | 57 |
| Binary | 1100000 | 10010010 | 1111011 | 100010 | 0 | 10000 | 101011 | 10011000 | 10101 | 101111 |
Color Harmonies of #60927B
Complementary color
Monochromatic Colors of #60927B
Black with #60927B
Text Example
Text Example
White with #60927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60927B; }
p { color: rgb(96,146,123); }
H1.HeaderClassName
{
color: #60927B;
}
.AnyTagClassName
{
color: #60927B;
}
</style>
background-color css
<style>
a { background-color: #60927B; }
a { background-color: rgb(96,146,123); }
div.DivClassName
{
background-color: #60927B;
}
.BgClassName
{
background-color: #60927B;
}
</style>
border-color css
<style>
span { border-color: #60927B; }
span { border-color: rgb(96,146,123); }
td.TdClassName
{
border-color: #60927B;
}
.TagClassName
{
border-color: #60927B;
}
</style>