Shades of Patina #629078
Tints of Patina #629078
RGB
CMYK
RGB Variations
Color information
#629078 (or 0x629078) is known color: Patina. HEX triplet: 62, 90 and 78. RGB value is (98,144,120). Sum of RGB (Red+Green+Blue) = 98+144+120=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #629078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629078 is #9D6F87. Grayscale: #7F7F7F. Windows color (decimal): -10317704 or 7901282. OLE color: 7901282.
HSL color Cylindrical-coordinate representation of color #629078: hue angle of 148.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629078 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 120 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.44 |
| HSL | 148.7º | 0.19% | 0.47% | - |
| HSV(B) | 148.7º | 0.32% | 0.56% | - |
| XYZ | 18.4 | 23.9 | 21.41 | - |
| YUV | 127.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 120 | 0.32 | 0 | 0.17 | 0.44 | 148.7 | 0.19 | 0.47 |
| Hex | 62 | 90 | 78 | 20 | 0 | 11 | 2C | 95 | 13 | 2F |
| Octal | 142 | 220 | 170 | 40 | 0 | 21 | 54 | 225 | 23 | 57 |
| Binary | 1100010 | 10010000 | 1111000 | 100000 | 0 | 10001 | 101100 | 10010101 | 10011 | 101111 |
Color Harmonies of #629078
Complementary color
Monochromatic Colors of #629078
Black with #629078
Text Example
Text Example
White with #629078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629078; }
p { color: rgb(98,144,120); }
H1.HeaderClassName
{
color: #629078;
}
.AnyTagClassName
{
color: #629078;
}
</style>
background-color css
<style>
a { background-color: #629078; }
a { background-color: rgb(98,144,120); }
div.DivClassName
{
background-color: #629078;
}
.BgClassName
{
background-color: #629078;
}
</style>
border-color css
<style>
span { border-color: #629078; }
span { border-color: rgb(98,144,120); }
td.TdClassName
{
border-color: #629078;
}
.TagClassName
{
border-color: #629078;
}
</style>