Shades of Patina #63A28B
Tints of Patina #63A28B
RGB
CMYK
RGB Variations
Color information
#63A28B (or 0x63A28B) is known color: Patina. HEX triplet: 63, A2 and 8B. RGB value is (99,162,139). Sum of RGB (Red+Green+Blue) = 99+162+139=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 162 - color contains mainly: green. Hex color #63A28B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A28B is #9C5D74. Grayscale: #8C8C8C. Windows color (decimal): -10247541 or 9151075. OLE color: 9151075.
HSL color Cylindrical-coordinate representation of color #63A28B: hue angle of 158.1º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A28B is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 139 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.36 |
| HSL | 158.1º | 0.25% | 0.51% | - |
| HSV(B) | 158.1º | 0.39% | 0.64% | - |
| XYZ | 22.73 | 30.36 | 29.09 | - |
| YUV | 140.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 139 | 0.39 | 0 | 0.14 | 0.36 | 158.1 | 0.25 | 0.51 |
| Hex | 63 | A2 | 8B | 27 | 0 | E | 24 | 9E | 19 | 33 |
| Octal | 143 | 242 | 213 | 47 | 0 | 16 | 44 | 236 | 31 | 63 |
| Binary | 1100011 | 10100010 | 10001011 | 100111 | 0 | 1110 | 100100 | 10011110 | 11001 | 110011 |
Color Harmonies of #63A28B
Complementary color
Monochromatic Colors of #63A28B
Black with #63A28B
Text Example
Text Example
White with #63A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A28B; }
p { color: rgb(99,162,139); }
H1.HeaderClassName
{
color: #63A28B;
}
.AnyTagClassName
{
color: #63A28B;
}
</style>
background-color css
<style>
a { background-color: #63A28B; }
a { background-color: rgb(99,162,139); }
div.DivClassName
{
background-color: #63A28B;
}
.BgClassName
{
background-color: #63A28B;
}
</style>
border-color css
<style>
span { border-color: #63A28B; }
span { border-color: rgb(99,162,139); }
td.TdClassName
{
border-color: #63A28B;
}
.TagClassName
{
border-color: #63A28B;
}
</style>