Shades of Oxley #63A17B
Tints of Oxley #63A17B
RGB
CMYK
RGB Variations
Color information
#63A17B (or 0x63A17B) is known color: Oxley. HEX triplet: 63, A1 and 7B. RGB value is (99,161,123). Sum of RGB (Red+Green+Blue) = 99+161+123=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #63A17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A17B is #9C5E84. Grayscale: #8A8A8A. Windows color (decimal): -10247813 or 8102243. OLE color: 8102243.
HSL color Cylindrical-coordinate representation of color #63A17B: hue angle of 143.23º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A17B is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 123 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.37 |
| HSL | 143.23º | 0.25% | 0.51% | - |
| HSV(B) | 143.23º | 0.39% | 0.63% | - |
| XYZ | 21.47 | 29.57 | 23.32 | - |
| YUV | 138.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 123 | 0.39 | 0 | 0.24 | 0.37 | 143.23 | 0.25 | 0.51 |
| Hex | 63 | A1 | 7B | 27 | 0 | 18 | 25 | 8F | 19 | 33 |
| Octal | 143 | 241 | 173 | 47 | 0 | 30 | 45 | 217 | 31 | 63 |
| Binary | 1100011 | 10100001 | 1111011 | 100111 | 0 | 11000 | 100101 | 10001111 | 11001 | 110011 |
Color Harmonies of #63A17B
Complementary color
Monochromatic Colors of #63A17B
Black with #63A17B
Text Example
Text Example
White with #63A17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A17B; }
p { color: rgb(99,161,123); }
H1.HeaderClassName
{
color: #63A17B;
}
.AnyTagClassName
{
color: #63A17B;
}
</style>
background-color css
<style>
a { background-color: #63A17B; }
a { background-color: rgb(99,161,123); }
div.DivClassName
{
background-color: #63A17B;
}
.BgClassName
{
background-color: #63A17B;
}
</style>
border-color css
<style>
span { border-color: #63A17B; }
span { border-color: rgb(99,161,123); }
td.TdClassName
{
border-color: #63A17B;
}
.TagClassName
{
border-color: #63A17B;
}
</style>