Shades of Oxley #63A37C
Tints of Oxley #63A37C
RGB
CMYK
RGB Variations
Color information
#63A37C (or 0x63A37C) is known color: Oxley. HEX triplet: 63, A3 and 7C. RGB value is (99,163,124). Sum of RGB (Red+Green+Blue) = 99+163+124=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #63A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A37C is #9C5C83. Grayscale: #8B8B8B. Windows color (decimal): -10247300 or 8168291. OLE color: 8168291.
HSL color Cylindrical-coordinate representation of color #63A37C: hue angle of 143.44º degrees, saturation: 0.26, 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 #63A37C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 163 | 124 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.36 |
| HSL | 143.44º | 0.26% | 0.51% | - |
| HSV(B) | 143.44º | 0.39% | 0.64% | - |
| XYZ | 21.88 | 30.3 | 23.76 | - |
| YUV | 139.42 | 119.3 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 124 | 0.39 | 0 | 0.24 | 0.36 | 143.44 | 0.26 | 0.51 |
| Hex | 63 | A3 | 7C | 27 | 0 | 18 | 24 | 8F | 1A | 33 |
| Octal | 143 | 243 | 174 | 47 | 0 | 30 | 44 | 217 | 32 | 63 |
| Binary | 1100011 | 10100011 | 1111100 | 100111 | 0 | 11000 | 100100 | 10001111 | 11010 | 110011 |
Color Harmonies of #63A37C
Complementary color
Monochromatic Colors of #63A37C
Black with #63A37C
Text Example
Text Example
White with #63A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A37C; }
p { color: rgb(99,163,124); }
H1.HeaderClassName
{
color: #63A37C;
}
.AnyTagClassName
{
color: #63A37C;
}
</style>
background-color css
<style>
a { background-color: #63A37C; }
a { background-color: rgb(99,163,124); }
div.DivClassName
{
background-color: #63A37C;
}
.BgClassName
{
background-color: #63A37C;
}
</style>
border-color css
<style>
span { border-color: #63A37C; }
span { border-color: rgb(99,163,124); }
td.TdClassName
{
border-color: #63A37C;
}
.TagClassName
{
border-color: #63A37C;
}
</style>