Shades of Patina #63978B
Tints of Patina #63978B
RGB
CMYK
RGB Variations
Color information
#63978B (or 0x63978B) is known color: Patina. HEX triplet: 63, 97 and 8B. RGB value is (99,151,139). Sum of RGB (Red+Green+Blue) = 99+151+139=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #63978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63978B is #9C6874. Grayscale: #868686. Windows color (decimal): -10250357 or 9148259. OLE color: 9148259.
HSL color Cylindrical-coordinate representation of color #63978B: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63978B is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 151 | 139 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.41 |
| HSL | 166.15º | 0.21% | 0.49% | - |
| HSV(B) | 166.15º | 0.34% | 0.59% | - |
| XYZ | 20.87 | 26.65 | 28.47 | - |
| YUV | 134.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 151 | 139 | 0.34 | 0 | 0.08 | 0.41 | 166.15 | 0.21 | 0.49 |
| Hex | 63 | 97 | 8B | 22 | 0 | 8 | 29 | A6 | 15 | 31 |
| Octal | 143 | 227 | 213 | 42 | 0 | 10 | 51 | 246 | 25 | 61 |
| Binary | 1100011 | 10010111 | 10001011 | 100010 | 0 | 1000 | 101001 | 10100110 | 10101 | 110001 |
Color Harmonies of #63978B
Complementary color
Monochromatic Colors of #63978B
Black with #63978B
Text Example
Text Example
White with #63978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63978B; }
p { color: rgb(99,151,139); }
H1.HeaderClassName
{
color: #63978B;
}
.AnyTagClassName
{
color: #63978B;
}
</style>
background-color css
<style>
a { background-color: #63978B; }
a { background-color: rgb(99,151,139); }
div.DivClassName
{
background-color: #63978B;
}
.BgClassName
{
background-color: #63978B;
}
</style>
border-color css
<style>
span { border-color: #63978B; }
span { border-color: rgb(99,151,139); }
td.TdClassName
{
border-color: #63978B;
}
.TagClassName
{
border-color: #63978B;
}
</style>