Shades of Patina #629B7E
Tints of Patina #629B7E
RGB
CMYK
RGB Variations
Color information
#629B7E (or 0x629B7E) is known color: Patina. HEX triplet: 62, 9B and 7E. RGB value is (98,155,126). Sum of RGB (Red+Green+Blue) = 98+155+126=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #629B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B7E is #9D6481. Grayscale: #868686. Windows color (decimal): -10314882 or 8297314. OLE color: 8297314.
HSL color Cylindrical-coordinate representation of color #629B7E: hue angle of 149.47º 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 #629B7E is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 126 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.39 |
| HSL | 149.47º | 0.23% | 0.5% | - |
| HSV(B) | 149.47º | 0.37% | 0.61% | - |
| XYZ | 20.52 | 27.55 | 23.97 | - |
| YUV | 134.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 126 | 0.37 | 0 | 0.19 | 0.39 | 149.47 | 0.23 | 0.5 |
| Hex | 62 | 9B | 7E | 25 | 0 | 13 | 27 | 95 | 17 | 32 |
| Octal | 142 | 233 | 176 | 45 | 0 | 23 | 47 | 225 | 27 | 62 |
| Binary | 1100010 | 10011011 | 1111110 | 100101 | 0 | 10011 | 100111 | 10010101 | 10111 | 110010 |
Color Harmonies of #629B7E
Complementary color
Monochromatic Colors of #629B7E
Black with #629B7E
Text Example
Text Example
White with #629B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B7E; }
p { color: rgb(98,155,126); }
H1.HeaderClassName
{
color: #629B7E;
}
.AnyTagClassName
{
color: #629B7E;
}
</style>
background-color css
<style>
a { background-color: #629B7E; }
a { background-color: rgb(98,155,126); }
div.DivClassName
{
background-color: #629B7E;
}
.BgClassName
{
background-color: #629B7E;
}
</style>
border-color css
<style>
span { border-color: #629B7E; }
span { border-color: rgb(98,155,126); }
td.TdClassName
{
border-color: #629B7E;
}
.TagClassName
{
border-color: #629B7E;
}
</style>