Shades of Patina #61857F
Tints of Patina #61857F
RGB
CMYK
RGB Variations
Color information
#61857F (or 0x61857F) is known color: Patina. HEX triplet: 61, 85 and 7F. RGB value is (97,133,127). Sum of RGB (Red+Green+Blue) = 97+133+127=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #61857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61857F is #9E7A80. Grayscale: #797979. Windows color (decimal): -10386049 or 8357217. OLE color: 8357217.
HSL color Cylindrical-coordinate representation of color #61857F: hue angle of 170º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61857F is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 133 | 127 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.48 |
| HSL | 170º | 0.16% | 0.45% | - |
| HSV(B) | 170º | 0.27% | 0.52% | - |
| XYZ | 17.15 | 20.85 | 23.2 | - |
| YUV | 121.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 127 | 0.27 | 0 | 0.05 | 0.48 | 170 | 0.16 | 0.45 |
| Hex | 61 | 85 | 7F | 1B | 0 | 5 | 30 | AA | 10 | 2D |
| Octal | 141 | 205 | 177 | 33 | 0 | 5 | 60 | 252 | 20 | 55 |
| Binary | 1100001 | 10000101 | 1111111 | 11011 | 0 | 101 | 110000 | 10101010 | 10000 | 101101 |
Color Harmonies of #61857F
Complementary color
Monochromatic Colors of #61857F
Black with #61857F
Text Example
Text Example
White with #61857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61857F; }
p { color: rgb(97,133,127); }
H1.HeaderClassName
{
color: #61857F;
}
.AnyTagClassName
{
color: #61857F;
}
</style>
background-color css
<style>
a { background-color: #61857F; }
a { background-color: rgb(97,133,127); }
div.DivClassName
{
background-color: #61857F;
}
.BgClassName
{
background-color: #61857F;
}
</style>
border-color css
<style>
span { border-color: #61857F; }
span { border-color: rgb(97,133,127); }
td.TdClassName
{
border-color: #61857F;
}
.TagClassName
{
border-color: #61857F;
}
</style>