Shades of Oxley #63A07D
Tints of Oxley #63A07D
RGB
CMYK
RGB Variations
Color information
#63A07D (or 0x63A07D) is known color: Oxley. HEX triplet: 63, A0 and 7D. RGB value is (99,160,125). Sum of RGB (Red+Green+Blue) = 99+160+125=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 160 - color contains mainly: green. Hex color #63A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A07D is #9C5F82. Grayscale: #898989. Windows color (decimal): -10248067 or 8233059. OLE color: 8233059.
HSL color Cylindrical-coordinate representation of color #63A07D: hue angle of 145.57º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63A07D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 125 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.37 |
| HSL | 145.57º | 0.24% | 0.51% | - |
| HSV(B) | 145.57º | 0.38% | 0.63% | - |
| XYZ | 21.42 | 29.27 | 23.92 | - |
| YUV | 137.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 125 | 0.38 | 0 | 0.22 | 0.37 | 145.57 | 0.24 | 0.51 |
| Hex | 63 | A0 | 7D | 26 | 0 | 16 | 25 | 92 | 18 | 33 |
| Octal | 143 | 240 | 175 | 46 | 0 | 26 | 45 | 222 | 30 | 63 |
| Binary | 1100011 | 10100000 | 1111101 | 100110 | 0 | 10110 | 100101 | 10010010 | 11000 | 110011 |
Color Harmonies of #63A07D
Complementary color
Monochromatic Colors of #63A07D
Black with #63A07D
Text Example
Text Example
White with #63A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A07D; }
p { color: rgb(99,160,125); }
H1.HeaderClassName
{
color: #63A07D;
}
.AnyTagClassName
{
color: #63A07D;
}
</style>
background-color css
<style>
a { background-color: #63A07D; }
a { background-color: rgb(99,160,125); }
div.DivClassName
{
background-color: #63A07D;
}
.BgClassName
{
background-color: #63A07D;
}
</style>
border-color css
<style>
span { border-color: #63A07D; }
span { border-color: rgb(99,160,125); }
td.TdClassName
{
border-color: #63A07D;
}
.TagClassName
{
border-color: #63A07D;
}
</style>