Shades of Patina #629D7E
Tints of Patina #629D7E
RGB
CMYK
RGB Variations
Color information
#629D7E (or 0x629D7E) is known color: Patina. HEX triplet: 62, 9D and 7E. RGB value is (98,157,126). Sum of RGB (Red+Green+Blue) = 98+157+126=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #629D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D7E is #9D6281. Grayscale: #878787. Windows color (decimal): -10314370 or 8297826. OLE color: 8297826.
HSL color Cylindrical-coordinate representation of color #629D7E: hue angle of 148.47º 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 #629D7E is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 157 | 126 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.38 |
| HSL | 148.47º | 0.23% | 0.5% | - |
| HSV(B) | 148.47º | 0.38% | 0.62% | - |
| XYZ | 20.86 | 28.22 | 24.09 | - |
| YUV | 135.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 126 | 0.38 | 0 | 0.20 | 0.38 | 148.47 | 0.23 | 0.5 |
| Hex | 62 | 9D | 7E | 26 | 0 | 14 | 26 | 94 | 17 | 32 |
| Octal | 142 | 235 | 176 | 46 | 0 | 24 | 46 | 224 | 27 | 62 |
| Binary | 1100010 | 10011101 | 1111110 | 100110 | 0 | 10100 | 100110 | 10010100 | 10111 | 110010 |
Color Harmonies of #629D7E
Complementary color
Monochromatic Colors of #629D7E
Black with #629D7E
Text Example
Text Example
White with #629D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629D7E; }
p { color: rgb(98,157,126); }
H1.HeaderClassName
{
color: #629D7E;
}
.AnyTagClassName
{
color: #629D7E;
}
</style>
background-color css
<style>
a { background-color: #629D7E; }
a { background-color: rgb(98,157,126); }
div.DivClassName
{
background-color: #629D7E;
}
.BgClassName
{
background-color: #629D7E;
}
</style>
border-color css
<style>
span { border-color: #629D7E; }
span { border-color: rgb(98,157,126); }
td.TdClassName
{
border-color: #629D7E;
}
.TagClassName
{
border-color: #629D7E;
}
</style>