Shades of Patina #629384
Tints of Patina #629384
RGB
CMYK
RGB Variations
Color information
#629384 (or 0x629384) is known color: Patina. HEX triplet: 62, 93 and 84. RGB value is (98,147,132). Sum of RGB (Red+Green+Blue) = 98+147+132=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #629384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629384 is #9D6C7B. Grayscale: #828282. Windows color (decimal): -10316924 or 8688482. OLE color: 8688482.
HSL color Cylindrical-coordinate representation of color #629384: hue angle of 161.63º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629384 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 132 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.42 |
| HSL | 161.63º | 0.2% | 0.48% | - |
| HSV(B) | 161.63º | 0.33% | 0.58% | - |
| XYZ | 19.64 | 25.13 | 25.65 | - |
| YUV | 130.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 132 | 0.33 | 0 | 0.10 | 0.42 | 161.63 | 0.2 | 0.48 |
| Hex | 62 | 93 | 84 | 21 | 0 | A | 2A | A2 | 14 | 30 |
| Octal | 142 | 223 | 204 | 41 | 0 | 12 | 52 | 242 | 24 | 60 |
| Binary | 1100010 | 10010011 | 10000100 | 100001 | 0 | 1010 | 101010 | 10100010 | 10100 | 110000 |
Color Harmonies of #629384
Complementary color
Monochromatic Colors of #629384
Black with #629384
Text Example
Text Example
White with #629384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629384; }
p { color: rgb(98,147,132); }
H1.HeaderClassName
{
color: #629384;
}
.AnyTagClassName
{
color: #629384;
}
</style>
background-color css
<style>
a { background-color: #629384; }
a { background-color: rgb(98,147,132); }
div.DivClassName
{
background-color: #629384;
}
.BgClassName
{
background-color: #629384;
}
</style>
border-color css
<style>
span { border-color: #629384; }
span { border-color: rgb(98,147,132); }
td.TdClassName
{
border-color: #629384;
}
.TagClassName
{
border-color: #629384;
}
</style>