Shades of Oxley #63A07E
Tints of Oxley #63A07E
RGB
CMYK
RGB Variations
Color information
#63A07E (or 0x63A07E) is known color: Oxley. HEX triplet: 63, A0 and 7E. RGB value is (99,160,126). Sum of RGB (Red+Green+Blue) = 99+160+126=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 160 - color contains mainly: green. Hex color #63A07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A07E is #9C5F81. Grayscale: #898989. Windows color (decimal): -10248066 or 8298595. OLE color: 8298595.
HSL color Cylindrical-coordinate representation of color #63A07E: hue angle of 146.56º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A07E is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 126 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.37 |
| HSL | 146.56º | 0.24% | 0.51% | - |
| HSV(B) | 146.56º | 0.38% | 0.63% | - |
| XYZ | 21.48 | 29.3 | 24.26 | - |
| YUV | 137.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 126 | 0.38 | 0 | 0.21 | 0.37 | 146.56 | 0.24 | 0.51 |
| Hex | 63 | A0 | 7E | 26 | 0 | 15 | 25 | 93 | 18 | 33 |
| Octal | 143 | 240 | 176 | 46 | 0 | 25 | 45 | 223 | 30 | 63 |
| Binary | 1100011 | 10100000 | 1111110 | 100110 | 0 | 10101 | 100101 | 10010011 | 11000 | 110011 |
Color Harmonies of #63A07E
Complementary color
Monochromatic Colors of #63A07E
Black with #63A07E
Text Example
Text Example
White with #63A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A07E; }
p { color: rgb(99,160,126); }
H1.HeaderClassName
{
color: #63A07E;
}
.AnyTagClassName
{
color: #63A07E;
}
</style>
background-color css
<style>
a { background-color: #63A07E; }
a { background-color: rgb(99,160,126); }
div.DivClassName
{
background-color: #63A07E;
}
.BgClassName
{
background-color: #63A07E;
}
</style>
border-color css
<style>
span { border-color: #63A07E; }
span { border-color: rgb(99,160,126); }
td.TdClassName
{
border-color: #63A07E;
}
.TagClassName
{
border-color: #63A07E;
}
</style>