Shades of Patina #629F8F
Tints of Patina #629F8F
RGB
CMYK
RGB Variations
Color information
#629F8F (or 0x629F8F) is known color: Patina. HEX triplet: 62, 9F and 8F. RGB value is (98,159,143). Sum of RGB (Red+Green+Blue) = 98+159+143=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #629F8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629F8F is #9D6070. Grayscale: #8A8A8A. Windows color (decimal): -10313841 or 9412450. OLE color: 9412450.
HSL color Cylindrical-coordinate representation of color #629F8F: hue angle of 164.26º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629F8F is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 159 | 143 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.38 |
| HSL | 164.26º | 0.24% | 0.5% | - |
| HSV(B) | 164.26º | 0.38% | 0.62% | - |
| XYZ | 22.39 | 29.38 | 30.48 | - |
| YUV | 138.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 143 | 0.38 | 0 | 0.10 | 0.38 | 164.26 | 0.24 | 0.5 |
| Hex | 62 | 9F | 8F | 26 | 0 | A | 26 | A4 | 18 | 32 |
| Octal | 142 | 237 | 217 | 46 | 0 | 12 | 46 | 244 | 30 | 62 |
| Binary | 1100010 | 10011111 | 10001111 | 100110 | 0 | 1010 | 100110 | 10100100 | 11000 | 110010 |
Color Harmonies of #629F8F
Complementary color
Monochromatic Colors of #629F8F
Black with #629F8F
Text Example
Text Example
White with #629F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629F8F; }
p { color: rgb(98,159,143); }
H1.HeaderClassName
{
color: #629F8F;
}
.AnyTagClassName
{
color: #629F8F;
}
</style>
background-color css
<style>
a { background-color: #629F8F; }
a { background-color: rgb(98,159,143); }
div.DivClassName
{
background-color: #629F8F;
}
.BgClassName
{
background-color: #629F8F;
}
</style>
border-color css
<style>
span { border-color: #629F8F; }
span { border-color: rgb(98,159,143); }
td.TdClassName
{
border-color: #629F8F;
}
.TagClassName
{
border-color: #629F8F;
}
</style>