Shades of Patina #629288
Tints of Patina #629288
RGB
CMYK
RGB Variations
Color information
#629288 (or 0x629288) is known color: Patina. HEX triplet: 62, 92 and 88. RGB value is (98,146,136). Sum of RGB (Red+Green+Blue) = 98+146+136=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #629288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629288 is #9D6D77. Grayscale: #828282. Windows color (decimal): -10317176 or 8950370. OLE color: 8950370.
HSL color Cylindrical-coordinate representation of color #629288: hue angle of 167.5º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629288 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 136 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.43 |
| HSL | 167.5º | 0.2% | 0.48% | - |
| HSV(B) | 167.5º | 0.33% | 0.57% | - |
| XYZ | 19.76 | 24.93 | 27.06 | - |
| YUV | 130.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 136 | 0.33 | 0 | 0.07 | 0.43 | 167.5 | 0.2 | 0.48 |
| Hex | 62 | 92 | 88 | 21 | 0 | 7 | 2B | A8 | 14 | 30 |
| Octal | 142 | 222 | 210 | 41 | 0 | 7 | 53 | 250 | 24 | 60 |
| Binary | 1100010 | 10010010 | 10001000 | 100001 | 0 | 111 | 101011 | 10101000 | 10100 | 110000 |
Color Harmonies of #629288
Complementary color
Monochromatic Colors of #629288
Black with #629288
Text Example
Text Example
White with #629288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629288; }
p { color: rgb(98,146,136); }
H1.HeaderClassName
{
color: #629288;
}
.AnyTagClassName
{
color: #629288;
}
</style>
background-color css
<style>
a { background-color: #629288; }
a { background-color: rgb(98,146,136); }
div.DivClassName
{
background-color: #629288;
}
.BgClassName
{
background-color: #629288;
}
</style>
border-color css
<style>
span { border-color: #629288; }
span { border-color: rgb(98,146,136); }
td.TdClassName
{
border-color: #629288;
}
.TagClassName
{
border-color: #629288;
}
</style>