Shades of Oxley #63A879
Tints of Oxley #63A879
RGB
CMYK
RGB Variations
Color information
#63A879 (or 0x63A879) is known color: Oxley. HEX triplet: 63, A8 and 79. RGB value is (99,168,121). Sum of RGB (Red+Green+Blue) = 99+168+121=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #63A879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A879 is #9C5786. Grayscale: #8E8E8E. Windows color (decimal): -10246023 or 7972963. OLE color: 7972963.
HSL color Cylindrical-coordinate representation of color #63A879: hue angle of 139.13º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A879 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 168 | 121 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.34 |
| HSL | 139.13º | 0.28% | 0.52% | - |
| HSV(B) | 139.13º | 0.41% | 0.66% | - |
| XYZ | 22.6 | 32.04 | 23.08 | - |
| YUV | 142.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 121 | 0.41 | 0 | 0.28 | 0.34 | 139.13 | 0.28 | 0.52 |
| Hex | 63 | A8 | 79 | 29 | 0 | 1C | 22 | 8B | 1C | 34 |
| Octal | 143 | 250 | 171 | 51 | 0 | 34 | 42 | 213 | 34 | 64 |
| Binary | 1100011 | 10101000 | 1111001 | 101001 | 0 | 11100 | 100010 | 10001011 | 11100 | 110100 |
Color Harmonies of #63A879
Complementary color
Monochromatic Colors of #63A879
Black with #63A879
Text Example
Text Example
White with #63A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A879; }
p { color: rgb(99,168,121); }
H1.HeaderClassName
{
color: #63A879;
}
.AnyTagClassName
{
color: #63A879;
}
</style>
background-color css
<style>
a { background-color: #63A879; }
a { background-color: rgb(99,168,121); }
div.DivClassName
{
background-color: #63A879;
}
.BgClassName
{
background-color: #63A879;
}
</style>
border-color css
<style>
span { border-color: #63A879; }
span { border-color: rgb(99,168,121); }
td.TdClassName
{
border-color: #63A879;
}
.TagClassName
{
border-color: #63A879;
}
</style>