Shades of Patina #629B7F
Tints of Patina #629B7F
RGB
CMYK
RGB Variations
Color information
#629B7F (or 0x629B7F) is known color: Patina. HEX triplet: 62, 9B and 7F. RGB value is (98,155,127). Sum of RGB (Red+Green+Blue) = 98+155+127=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #629B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629B7F is #9D6480. Grayscale: #868686. Windows color (decimal): -10314881 or 8362850. OLE color: 8362850.
HSL color Cylindrical-coordinate representation of color #629B7F: hue angle of 150.53º 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 #629B7F is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 127 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.39 |
| HSL | 150.53º | 0.23% | 0.5% | - |
| HSV(B) | 150.53º | 0.37% | 0.61% | - |
| XYZ | 20.59 | 27.57 | 24.32 | - |
| YUV | 134.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 127 | 0.37 | 0 | 0.18 | 0.39 | 150.53 | 0.23 | 0.5 |
| Hex | 62 | 9B | 7F | 25 | 0 | 12 | 27 | 97 | 17 | 32 |
| Octal | 142 | 233 | 177 | 45 | 0 | 22 | 47 | 227 | 27 | 62 |
| Binary | 1100010 | 10011011 | 1111111 | 100101 | 0 | 10010 | 100111 | 10010111 | 10111 | 110010 |
Color Harmonies of #629B7F
Complementary color
Monochromatic Colors of #629B7F
Black with #629B7F
Text Example
Text Example
White with #629B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B7F; }
p { color: rgb(98,155,127); }
H1.HeaderClassName
{
color: #629B7F;
}
.AnyTagClassName
{
color: #629B7F;
}
</style>
background-color css
<style>
a { background-color: #629B7F; }
a { background-color: rgb(98,155,127); }
div.DivClassName
{
background-color: #629B7F;
}
.BgClassName
{
background-color: #629B7F;
}
</style>
border-color css
<style>
span { border-color: #629B7F; }
span { border-color: rgb(98,155,127); }
td.TdClassName
{
border-color: #629B7F;
}
.TagClassName
{
border-color: #629B7F;
}
</style>