Shades of Oxley #63AE7C
Tints of Oxley #63AE7C
RGB
CMYK
RGB Variations
Color information
#63AE7C (or 0x63AE7C) is known color: Oxley. HEX triplet: 63, AE and 7C. RGB value is (99,174,124). Sum of RGB (Red+Green+Blue) = 99+174+124=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #63AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AE7C is #9C5183. Grayscale: #929292. Windows color (decimal): -10244484 or 8171107. OLE color: 8171107.
HSL color Cylindrical-coordinate representation of color #63AE7C: hue angle of 140º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AE7C is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 174 | 124 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.32 |
| HSL | 140º | 0.32% | 0.54% | - |
| HSV(B) | 140º | 0.43% | 0.68% | - |
| XYZ | 23.92 | 34.38 | 24.44 | - |
| YUV | 145.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 124 | 0.43 | 0 | 0.29 | 0.32 | 140 | 0.32 | 0.54 |
| Hex | 63 | AE | 7C | 2B | 0 | 1D | 20 | 8C | 20 | 36 |
| Octal | 143 | 256 | 174 | 53 | 0 | 35 | 40 | 214 | 40 | 66 |
| Binary | 1100011 | 10101110 | 1111100 | 101011 | 0 | 11101 | 100000 | 10001100 | 100000 | 110110 |
Color Harmonies of #63AE7C
Complementary color
Monochromatic Colors of #63AE7C
Black with #63AE7C
Text Example
Text Example
White with #63AE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AE7C; }
p { color: rgb(99,174,124); }
H1.HeaderClassName
{
color: #63AE7C;
}
.AnyTagClassName
{
color: #63AE7C;
}
</style>
background-color css
<style>
a { background-color: #63AE7C; }
a { background-color: rgb(99,174,124); }
div.DivClassName
{
background-color: #63AE7C;
}
.BgClassName
{
background-color: #63AE7C;
}
</style>
border-color css
<style>
span { border-color: #63AE7C; }
span { border-color: rgb(99,174,124); }
td.TdClassName
{
border-color: #63AE7C;
}
.TagClassName
{
border-color: #63AE7C;
}
</style>