Shades of Oxley #63A47A
Tints of Oxley #63A47A
RGB
CMYK
RGB Variations
Color information
#63A47A (or 0x63A47A) is known color: Oxley. HEX triplet: 63, A4 and 7A. RGB value is (99,164,122). Sum of RGB (Red+Green+Blue) = 99+164+122=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #63A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A47A is #9C5B85. Grayscale: #8B8B8B. Windows color (decimal): -10247046 or 8037475. OLE color: 8037475.
HSL color Cylindrical-coordinate representation of color #63A47A: hue angle of 141.23º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A47A is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 122 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.36 |
| HSL | 141.23º | 0.26% | 0.52% | - |
| HSV(B) | 141.23º | 0.4% | 0.64% | - |
| XYZ | 21.93 | 30.61 | 23.16 | - |
| YUV | 139.78 | 117.97 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 122 | 0.40 | 0 | 0.26 | 0.36 | 141.23 | 0.26 | 0.52 |
| Hex | 63 | A4 | 7A | 28 | 0 | 1A | 24 | 8D | 1A | 34 |
| Octal | 143 | 244 | 172 | 50 | 0 | 32 | 44 | 215 | 32 | 64 |
| Binary | 1100011 | 10100100 | 1111010 | 101000 | 0 | 11010 | 100100 | 10001101 | 11010 | 110100 |
Color Harmonies of #63A47A
Complementary color
Monochromatic Colors of #63A47A
Black with #63A47A
Text Example
Text Example
White with #63A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A47A; }
p { color: rgb(99,164,122); }
H1.HeaderClassName
{
color: #63A47A;
}
.AnyTagClassName
{
color: #63A47A;
}
</style>
background-color css
<style>
a { background-color: #63A47A; }
a { background-color: rgb(99,164,122); }
div.DivClassName
{
background-color: #63A47A;
}
.BgClassName
{
background-color: #63A47A;
}
</style>
border-color css
<style>
span { border-color: #63A47A; }
span { border-color: rgb(99,164,122); }
td.TdClassName
{
border-color: #63A47A;
}
.TagClassName
{
border-color: #63A47A;
}
</style>