Shades of Oxley #63A479
Tints of Oxley #63A479
RGB
CMYK
RGB Variations
Color information
#63A479 (or 0x63A479) is known color: Oxley. HEX triplet: 63, A4 and 79. RGB value is (99,164,121). Sum of RGB (Red+Green+Blue) = 99+164+121=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #63A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A479 is #9C5B86. Grayscale: #8B8B8B. Windows color (decimal): -10247047 or 7971939. OLE color: 7971939.
HSL color Cylindrical-coordinate representation of color #63A479: hue angle of 140.31º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A479 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 121 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.36 |
| HSL | 140.31º | 0.26% | 0.52% | - |
| HSV(B) | 140.31º | 0.4% | 0.64% | - |
| XYZ | 21.87 | 30.58 | 22.84 | - |
| YUV | 139.66 | 117.47 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 121 | 0.40 | 0 | 0.26 | 0.36 | 140.31 | 0.26 | 0.52 |
| Hex | 63 | A4 | 79 | 28 | 0 | 1A | 24 | 8C | 1A | 34 |
| Octal | 143 | 244 | 171 | 50 | 0 | 32 | 44 | 214 | 32 | 64 |
| Binary | 1100011 | 10100100 | 1111001 | 101000 | 0 | 11010 | 100100 | 10001100 | 11010 | 110100 |
Color Harmonies of #63A479
Complementary color
Monochromatic Colors of #63A479
Black with #63A479
Text Example
Text Example
White with #63A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A479; }
p { color: rgb(99,164,121); }
H1.HeaderClassName
{
color: #63A479;
}
.AnyTagClassName
{
color: #63A479;
}
</style>
background-color css
<style>
a { background-color: #63A479; }
a { background-color: rgb(99,164,121); }
div.DivClassName
{
background-color: #63A479;
}
.BgClassName
{
background-color: #63A479;
}
</style>
border-color css
<style>
span { border-color: #63A479; }
span { border-color: rgb(99,164,121); }
td.TdClassName
{
border-color: #63A479;
}
.TagClassName
{
border-color: #63A479;
}
</style>