Shades of Oxley #63A571
Tints of Oxley #63A571
RGB
CMYK
RGB Variations
Color information
#63A571 (or 0x63A571) is known color: Oxley. HEX triplet: 63, A5 and 71. RGB value is (99,165,113). Sum of RGB (Red+Green+Blue) = 99+165+113=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 165 - color contains mainly: green. Hex color #63A571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A571 is #9C5A8E. Grayscale: #8B8B8B. Windows color (decimal): -10246799 or 7447907. OLE color: 7447907.
HSL color Cylindrical-coordinate representation of color #63A571: hue angle of 132.73º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A571 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 113 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.35 |
| HSL | 132.73º | 0.27% | 0.52% | - |
| HSV(B) | 132.73º | 0.4% | 0.65% | - |
| XYZ | 21.58 | 30.76 | 20.42 | - |
| YUV | 139.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 113 | 0.40 | 0 | 0.32 | 0.35 | 132.73 | 0.27 | 0.52 |
| Hex | 63 | A5 | 71 | 28 | 0 | 20 | 23 | 85 | 1B | 34 |
| Octal | 143 | 245 | 161 | 50 | 0 | 40 | 43 | 205 | 33 | 64 |
| Binary | 1100011 | 10100101 | 1110001 | 101000 | 0 | 100000 | 100011 | 10000101 | 11011 | 110100 |
Color Harmonies of #63A571
Complementary color
Monochromatic Colors of #63A571
Black with #63A571
Text Example
Text Example
White with #63A571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A571; }
p { color: rgb(99,165,113); }
H1.HeaderClassName
{
color: #63A571;
}
.AnyTagClassName
{
color: #63A571;
}
</style>
background-color css
<style>
a { background-color: #63A571; }
a { background-color: rgb(99,165,113); }
div.DivClassName
{
background-color: #63A571;
}
.BgClassName
{
background-color: #63A571;
}
</style>
border-color css
<style>
span { border-color: #63A571; }
span { border-color: rgb(99,165,113); }
td.TdClassName
{
border-color: #63A571;
}
.TagClassName
{
border-color: #63A571;
}
</style>