Shades of Oxley #63A07B
Tints of Oxley #63A07B
RGB
CMYK
RGB Variations
Color information
#63A07B (or 0x63A07B) is known color: Oxley. HEX triplet: 63, A0 and 7B. RGB value is (99,160,123). Sum of RGB (Red+Green+Blue) = 99+160+123=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #63A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A07B is #9C5F84. Grayscale: #898989. Windows color (decimal): -10248069 or 8101987. OLE color: 8101987.
HSL color Cylindrical-coordinate representation of color #63A07B: hue angle of 143.61º 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 #63A07B is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 123 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.37 |
| HSL | 143.61º | 0.24% | 0.51% | - |
| HSV(B) | 143.61º | 0.38% | 0.63% | - |
| XYZ | 21.29 | 29.22 | 23.26 | - |
| YUV | 137.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 123 | 0.38 | 0 | 0.23 | 0.37 | 143.61 | 0.24 | 0.51 |
| Hex | 63 | A0 | 7B | 26 | 0 | 17 | 25 | 90 | 18 | 33 |
| Octal | 143 | 240 | 173 | 46 | 0 | 27 | 45 | 220 | 30 | 63 |
| Binary | 1100011 | 10100000 | 1111011 | 100110 | 0 | 10111 | 100101 | 10010000 | 11000 | 110011 |
Color Harmonies of #63A07B
Complementary color
Monochromatic Colors of #63A07B
Black with #63A07B
Text Example
Text Example
White with #63A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A07B; }
p { color: rgb(99,160,123); }
H1.HeaderClassName
{
color: #63A07B;
}
.AnyTagClassName
{
color: #63A07B;
}
</style>
background-color css
<style>
a { background-color: #63A07B; }
a { background-color: rgb(99,160,123); }
div.DivClassName
{
background-color: #63A07B;
}
.BgClassName
{
background-color: #63A07B;
}
</style>
border-color css
<style>
span { border-color: #63A07B; }
span { border-color: rgb(99,160,123); }
td.TdClassName
{
border-color: #63A07B;
}
.TagClassName
{
border-color: #63A07B;
}
</style>