Shades of Oxley #63A17A
Tints of Oxley #63A17A
RGB
CMYK
RGB Variations
Color information
#63A17A (or 0x63A17A) is known color: Oxley. HEX triplet: 63, A1 and 7A. RGB value is (99,161,122). Sum of RGB (Red+Green+Blue) = 99+161+122=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #63A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A17A is #9C5E85. Grayscale: #8A8A8A. Windows color (decimal): -10247814 or 8036707. OLE color: 8036707.
HSL color Cylindrical-coordinate representation of color #63A17A: hue angle of 142.26º 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 #63A17A is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 122 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.37 |
| HSL | 142.26º | 0.25% | 0.51% | - |
| HSV(B) | 142.26º | 0.39% | 0.63% | - |
| XYZ | 21.4 | 29.55 | 22.99 | - |
| YUV | 138.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 122 | 0.39 | 0 | 0.24 | 0.37 | 142.26 | 0.25 | 0.51 |
| Hex | 63 | A1 | 7A | 27 | 0 | 18 | 25 | 8E | 19 | 33 |
| Octal | 143 | 241 | 172 | 47 | 0 | 30 | 45 | 216 | 31 | 63 |
| Binary | 1100011 | 10100001 | 1111010 | 100111 | 0 | 11000 | 100101 | 10001110 | 11001 | 110011 |
Color Harmonies of #63A17A
Complementary color
Monochromatic Colors of #63A17A
Black with #63A17A
Text Example
Text Example
White with #63A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A17A; }
p { color: rgb(99,161,122); }
H1.HeaderClassName
{
color: #63A17A;
}
.AnyTagClassName
{
color: #63A17A;
}
</style>
background-color css
<style>
a { background-color: #63A17A; }
a { background-color: rgb(99,161,122); }
div.DivClassName
{
background-color: #63A17A;
}
.BgClassName
{
background-color: #63A17A;
}
</style>
border-color css
<style>
span { border-color: #63A17A; }
span { border-color: rgb(99,161,122); }
td.TdClassName
{
border-color: #63A17A;
}
.TagClassName
{
border-color: #63A17A;
}
</style>