Shades of Oxley #63AD7F
Tints of Oxley #63AD7F
RGB
CMYK
RGB Variations
Color information
#63AD7F (or 0x63AD7F) is known color: Oxley. HEX triplet: 63, AD and 7F. RGB value is (99,173,127). Sum of RGB (Red+Green+Blue) = 99+173+127=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AD7F is #9C5280. Grayscale: #919191. Windows color (decimal): -10244737 or 8367459. OLE color: 8367459.
HSL color Cylindrical-coordinate representation of color #63AD7F: hue angle of 142.7º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AD7F is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 173 | 127 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.32 |
| HSL | 142.7º | 0.31% | 0.53% | - |
| HSV(B) | 142.7º | 0.43% | 0.68% | - |
| XYZ | 23.92 | 34.07 | 25.39 | - |
| YUV | 145.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 127 | 0.43 | 0 | 0.27 | 0.32 | 142.7 | 0.31 | 0.53 |
| Hex | 63 | AD | 7F | 2B | 0 | 1B | 20 | 8F | 1F | 35 |
| Octal | 143 | 255 | 177 | 53 | 0 | 33 | 40 | 217 | 37 | 65 |
| Binary | 1100011 | 10101101 | 1111111 | 101011 | 0 | 11011 | 100000 | 10001111 | 11111 | 110101 |
Color Harmonies of #63AD7F
Complementary color
Monochromatic Colors of #63AD7F
Black with #63AD7F
Text Example
Text Example
White with #63AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AD7F; }
p { color: rgb(99,173,127); }
H1.HeaderClassName
{
color: #63AD7F;
}
.AnyTagClassName
{
color: #63AD7F;
}
</style>
background-color css
<style>
a { background-color: #63AD7F; }
a { background-color: rgb(99,173,127); }
div.DivClassName
{
background-color: #63AD7F;
}
.BgClassName
{
background-color: #63AD7F;
}
</style>
border-color css
<style>
span { border-color: #63AD7F; }
span { border-color: rgb(99,173,127); }
td.TdClassName
{
border-color: #63AD7F;
}
.TagClassName
{
border-color: #63AD7F;
}
</style>