Shades of Patina #629D92
Tints of Patina #629D92
RGB
CMYK
RGB Variations
Color information
#629D92 (or 0x629D92) is known color: Patina. HEX triplet: 62, 9D and 92. RGB value is (98,157,146). Sum of RGB (Red+Green+Blue) = 98+157+146=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 157 - color contains mainly: green. Hex color #629D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629D92 is #9D626D. Grayscale: #8A8A8A. Windows color (decimal): -10314350 or 9608546. OLE color: 9608546.
HSL color Cylindrical-coordinate representation of color #629D92: hue angle of 168.81º degrees, saturation: 0.23, 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 #629D92 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 146 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.38 |
| HSL | 168.81º | 0.23% | 0.5% | - |
| HSV(B) | 168.81º | 0.38% | 0.62% | - |
| XYZ | 22.28 | 28.79 | 31.58 | - |
| YUV | 138.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 146 | 0.38 | 0 | 0.07 | 0.38 | 168.81 | 0.23 | 0.5 |
| Hex | 62 | 9D | 92 | 26 | 0 | 7 | 26 | A9 | 17 | 32 |
| Octal | 142 | 235 | 222 | 46 | 0 | 7 | 46 | 251 | 27 | 62 |
| Binary | 1100010 | 10011101 | 10010010 | 100110 | 0 | 111 | 100110 | 10101001 | 10111 | 110010 |
Color Harmonies of #629D92
Complementary color
Monochromatic Colors of #629D92
Black with #629D92
Text Example
Text Example
White with #629D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D92; }
p { color: rgb(98,157,146); }
H1.HeaderClassName
{
color: #629D92;
}
.AnyTagClassName
{
color: #629D92;
}
</style>
background-color css
<style>
a { background-color: #629D92; }
a { background-color: rgb(98,157,146); }
div.DivClassName
{
background-color: #629D92;
}
.BgClassName
{
background-color: #629D92;
}
</style>
border-color css
<style>
span { border-color: #629D92; }
span { border-color: rgb(98,157,146); }
td.TdClassName
{
border-color: #629D92;
}
.TagClassName
{
border-color: #629D92;
}
</style>