Shades of Oxley #63A178
Tints of Oxley #63A178
RGB
CMYK
RGB Variations
Color information
#63A178 (or 0x63A178) is known color: Oxley. HEX triplet: 63, A1 and 78. RGB value is (99,161,120). Sum of RGB (Red+Green+Blue) = 99+161+120=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #63A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A178 is #9C5E87. Grayscale: #898989. Windows color (decimal): -10247816 or 7905635. OLE color: 7905635.
HSL color Cylindrical-coordinate representation of color #63A178: hue angle of 140.32º 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 #63A178 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 161 | 120 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.37 |
| HSL | 140.32º | 0.25% | 0.51% | - |
| HSV(B) | 140.32º | 0.39% | 0.63% | - |
| XYZ | 21.28 | 29.5 | 22.34 | - |
| YUV | 137.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 120 | 0.39 | 0 | 0.25 | 0.37 | 140.32 | 0.25 | 0.51 |
| Hex | 63 | A1 | 78 | 27 | 0 | 19 | 25 | 8C | 19 | 33 |
| Octal | 143 | 241 | 170 | 47 | 0 | 31 | 45 | 214 | 31 | 63 |
| Binary | 1100011 | 10100001 | 1111000 | 100111 | 0 | 11001 | 100101 | 10001100 | 11001 | 110011 |
Color Harmonies of #63A178
Complementary color
Monochromatic Colors of #63A178
Black with #63A178
Text Example
Text Example
White with #63A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A178; }
p { color: rgb(99,161,120); }
H1.HeaderClassName
{
color: #63A178;
}
.AnyTagClassName
{
color: #63A178;
}
</style>
background-color css
<style>
a { background-color: #63A178; }
a { background-color: rgb(99,161,120); }
div.DivClassName
{
background-color: #63A178;
}
.BgClassName
{
background-color: #63A178;
}
</style>
border-color css
<style>
span { border-color: #63A178; }
span { border-color: rgb(99,161,120); }
td.TdClassName
{
border-color: #63A178;
}
.TagClassName
{
border-color: #63A178;
}
</style>