Shades of Patina #628E83
Tints of Patina #628E83
RGB
CMYK
RGB Variations
Color information
#628E83 (or 0x628E83) is known color: Patina. HEX triplet: 62, 8E and 83. RGB value is (98,142,131). Sum of RGB (Red+Green+Blue) = 98+142+131=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #628E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E83 is #9D717C. Grayscale: #7F7F7F. Windows color (decimal): -10318205 or 8621666. OLE color: 8621666.
HSL color Cylindrical-coordinate representation of color #628E83: hue angle of 165º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E83 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 142 | 131 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.44 |
| HSL | 165º | 0.18% | 0.47% | - |
| HSV(B) | 165º | 0.31% | 0.56% | - |
| XYZ | 18.81 | 23.58 | 25.03 | - |
| YUV | 127.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 131 | 0.31 | 0 | 0.08 | 0.44 | 165 | 0.18 | 0.47 |
| Hex | 62 | 8E | 83 | 1F | 0 | 8 | 2C | A5 | 12 | 2F |
| Octal | 142 | 216 | 203 | 37 | 0 | 10 | 54 | 245 | 22 | 57 |
| Binary | 1100010 | 10001110 | 10000011 | 11111 | 0 | 1000 | 101100 | 10100101 | 10010 | 101111 |
Color Harmonies of #628E83
Complementary color
Monochromatic Colors of #628E83
Black with #628E83
Text Example
Text Example
White with #628E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E83; }
p { color: rgb(98,142,131); }
H1.HeaderClassName
{
color: #628E83;
}
.AnyTagClassName
{
color: #628E83;
}
</style>
background-color css
<style>
a { background-color: #628E83; }
a { background-color: rgb(98,142,131); }
div.DivClassName
{
background-color: #628E83;
}
.BgClassName
{
background-color: #628E83;
}
</style>
border-color css
<style>
span { border-color: #628E83; }
span { border-color: rgb(98,142,131); }
td.TdClassName
{
border-color: #628E83;
}
.TagClassName
{
border-color: #628E83;
}
</style>