Shades of Oxley #63A470
Tints of Oxley #63A470
RGB
CMYK
RGB Variations
Color information
#63A470 (or 0x63A470) is known color: Oxley. HEX triplet: 63, A4 and 70. RGB value is (99,164,112). Sum of RGB (Red+Green+Blue) = 99+164+112=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #63A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A470 is #9C5B8F. Grayscale: #8A8A8A. Windows color (decimal): -10247056 or 7382115. OLE color: 7382115.
HSL color Cylindrical-coordinate representation of color #63A470: hue angle of 132º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A470 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 112 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.36 |
| HSL | 132º | 0.26% | 0.52% | - |
| HSV(B) | 132º | 0.4% | 0.64% | - |
| XYZ | 21.35 | 30.37 | 20.07 | - |
| YUV | 138.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 112 | 0.40 | 0 | 0.32 | 0.36 | 132 | 0.26 | 0.52 |
| Hex | 63 | A4 | 70 | 28 | 0 | 20 | 24 | 84 | 1A | 34 |
| Octal | 143 | 244 | 160 | 50 | 0 | 40 | 44 | 204 | 32 | 64 |
| Binary | 1100011 | 10100100 | 1110000 | 101000 | 0 | 100000 | 100100 | 10000100 | 11010 | 110100 |
Color Harmonies of #63A470
Complementary color
Monochromatic Colors of #63A470
Black with #63A470
Text Example
Text Example
White with #63A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A470; }
p { color: rgb(99,164,112); }
H1.HeaderClassName
{
color: #63A470;
}
.AnyTagClassName
{
color: #63A470;
}
</style>
background-color css
<style>
a { background-color: #63A470; }
a { background-color: rgb(99,164,112); }
div.DivClassName
{
background-color: #63A470;
}
.BgClassName
{
background-color: #63A470;
}
</style>
border-color css
<style>
span { border-color: #63A470; }
span { border-color: rgb(99,164,112); }
td.TdClassName
{
border-color: #63A470;
}
.TagClassName
{
border-color: #63A470;
}
</style>