Shades of Oxley #63A170
Tints of Oxley #63A170
RGB
CMYK
RGB Variations
Color information
#63A170 (or 0x63A170) is known color: Oxley. HEX triplet: 63, A1 and 70. RGB value is (99,161,112). Sum of RGB (Red+Green+Blue) = 99+161+112=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 161 - color contains mainly: green. Hex color #63A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A170 is #9C5E8F. Grayscale: #898989. Windows color (decimal): -10247824 or 7381347. OLE color: 7381347.
HSL color Cylindrical-coordinate representation of color #63A170: hue angle of 132.58º 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 #63A170 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 112 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.37 |
| HSL | 132.58º | 0.25% | 0.51% | - |
| HSV(B) | 132.58º | 0.39% | 0.63% | - |
| XYZ | 20.82 | 29.31 | 19.89 | - |
| YUV | 136.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 112 | 0.39 | 0 | 0.30 | 0.37 | 132.58 | 0.25 | 0.51 |
| Hex | 63 | A1 | 70 | 27 | 0 | 1E | 25 | 85 | 19 | 33 |
| Octal | 143 | 241 | 160 | 47 | 0 | 36 | 45 | 205 | 31 | 63 |
| Binary | 1100011 | 10100001 | 1110000 | 100111 | 0 | 11110 | 100101 | 10000101 | 11001 | 110011 |
Color Harmonies of #63A170
Complementary color
Monochromatic Colors of #63A170
Black with #63A170
Text Example
Text Example
White with #63A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A170; }
p { color: rgb(99,161,112); }
H1.HeaderClassName
{
color: #63A170;
}
.AnyTagClassName
{
color: #63A170;
}
</style>
background-color css
<style>
a { background-color: #63A170; }
a { background-color: rgb(99,161,112); }
div.DivClassName
{
background-color: #63A170;
}
.BgClassName
{
background-color: #63A170;
}
</style>
border-color css
<style>
span { border-color: #63A170; }
span { border-color: rgb(99,161,112); }
td.TdClassName
{
border-color: #63A170;
}
.TagClassName
{
border-color: #63A170;
}
</style>