Shades of Patina #62877D
Tints of Patina #62877D
RGB
CMYK
RGB Variations
Color information
#62877D (or 0x62877D) is known color: Patina. HEX triplet: 62, 87 and 7D. RGB value is (98,135,125). Sum of RGB (Red+Green+Blue) = 98+135+125=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #62877D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62877D is #9D7882. Grayscale: #7A7A7A. Windows color (decimal): -10320003 or 8226658. OLE color: 8226658.
HSL color Cylindrical-coordinate representation of color #62877D: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62877D is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
RGB | 98 | 135 | 125 | - |
CMYK | 0.27 | 0 | 0.07 | 0.47 |
HSL | 163.78º | 0.16% | 0.46% | - |
HSV(B) | 163.78º | 0.27% | 0.53% | - |
XYZ | 17.4 | 21.41 | 22.62 | - |
YUV | 122.8 | 129.24 | 110.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 135 | 125 | 0.27 | 0 | 0.07 | 0.47 | 163.78 | 0.16 | 0.46 |
Hex | 62 | 87 | 7D | 1B | 0 | 7 | 2F | A4 | 10 | 2E |
Octal | 142 | 207 | 175 | 33 | 0 | 7 | 57 | 244 | 20 | 56 |
Binary | 1100010 | 10000111 | 1111101 | 11011 | 0 | 111 | 101111 | 10100100 | 10000 | 101110 |
Color Harmonies of #62877D
Complementary color
Monochromatic Colors of #62877D
Black with #62877D
Text Example
Text Example
White with #62877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62877D; }
p { color: rgb(98,135,125); }
H1.HeaderClassName
{
color: #62877D;
}
.AnyTagClassName
{
color: #62877D;
}
</style>
background-color css
<style>
a { background-color: #62877D; }
a { background-color: rgb(98,135,125); }
div.DivClassName
{
background-color: #62877D;
}
.BgClassName
{
background-color: #62877D;
}
</style>
border-color css
<style>
span { border-color: #62877D; }
span { border-color: rgb(98,135,125); }
td.TdClassName
{
border-color: #62877D;
}
.TagClassName
{
border-color: #62877D;
}
</style>