Shades of Oxley #63A782
Tints of Oxley #63A782
RGB
CMYK
RGB Variations
Color information
#63A782 (or 0x63A782) is known color: Oxley. HEX triplet: 63, A7 and 82. RGB value is (99,167,130). Sum of RGB (Red+Green+Blue) = 99+167+130=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #63A782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A782 is #9C587D. Grayscale: #8E8E8E. Windows color (decimal): -10246270 or 8562531. OLE color: 8562531.
HSL color Cylindrical-coordinate representation of color #63A782: hue angle of 147.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63A782 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 167 | 130 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.35 |
| HSL | 147.35º | 0.28% | 0.52% | - |
| HSV(B) | 147.35º | 0.41% | 0.65% | - |
| XYZ | 22.99 | 31.9 | 26.06 | - |
| YUV | 142.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 167 | 130 | 0.41 | 0 | 0.22 | 0.35 | 147.35 | 0.28 | 0.52 |
| Hex | 63 | A7 | 82 | 29 | 0 | 16 | 23 | 93 | 1C | 34 |
| Octal | 143 | 247 | 202 | 51 | 0 | 26 | 43 | 223 | 34 | 64 |
| Binary | 1100011 | 10100111 | 10000010 | 101001 | 0 | 10110 | 100011 | 10010011 | 11100 | 110100 |
Color Harmonies of #63A782
Complementary color
Monochromatic Colors of #63A782
Black with #63A782
Text Example
Text Example
White with #63A782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A782; }
p { color: rgb(99,167,130); }
H1.HeaderClassName
{
color: #63A782;
}
.AnyTagClassName
{
color: #63A782;
}
</style>
background-color css
<style>
a { background-color: #63A782; }
a { background-color: rgb(99,167,130); }
div.DivClassName
{
background-color: #63A782;
}
.BgClassName
{
background-color: #63A782;
}
</style>
border-color css
<style>
span { border-color: #63A782; }
span { border-color: rgb(99,167,130); }
td.TdClassName
{
border-color: #63A782;
}
.TagClassName
{
border-color: #63A782;
}
</style>