Shades of Patina #629B8D
Tints of Patina #629B8D
RGB
CMYK
RGB Variations
Color information
#629B8D (or 0x629B8D) is known color: Patina. HEX triplet: 62, 9B and 8D. RGB value is (98,155,141). Sum of RGB (Red+Green+Blue) = 98+155+141=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 155 - color contains mainly: green. Hex color #629B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B8D is #9D6472. Grayscale: #888888. Windows color (decimal): -10314867 or 9280354. OLE color: 9280354.
HSL color Cylindrical-coordinate representation of color #629B8D: hue angle of 165.26º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629B8D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 141 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.39 |
| HSL | 165.26º | 0.23% | 0.5% | - |
| HSV(B) | 165.26º | 0.37% | 0.61% | - |
| XYZ | 21.57 | 27.96 | 29.46 | - |
| YUV | 136.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 141 | 0.37 | 0 | 0.09 | 0.39 | 165.26 | 0.23 | 0.5 |
| Hex | 62 | 9B | 8D | 25 | 0 | 9 | 27 | A5 | 17 | 32 |
| Octal | 142 | 233 | 215 | 45 | 0 | 11 | 47 | 245 | 27 | 62 |
| Binary | 1100010 | 10011011 | 10001101 | 100101 | 0 | 1001 | 100111 | 10100101 | 10111 | 110010 |
Color Harmonies of #629B8D
Complementary color
Monochromatic Colors of #629B8D
Black with #629B8D
Text Example
Text Example
White with #629B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B8D; }
p { color: rgb(98,155,141); }
H1.HeaderClassName
{
color: #629B8D;
}
.AnyTagClassName
{
color: #629B8D;
}
</style>
background-color css
<style>
a { background-color: #629B8D; }
a { background-color: rgb(98,155,141); }
div.DivClassName
{
background-color: #629B8D;
}
.BgClassName
{
background-color: #629B8D;
}
</style>
border-color css
<style>
span { border-color: #629B8D; }
span { border-color: rgb(98,155,141); }
td.TdClassName
{
border-color: #629B8D;
}
.TagClassName
{
border-color: #629B8D;
}
</style>