Shades of Oxley #63A67B
Tints of Oxley #63A67B
RGB
CMYK
RGB Variations
Color information
#63A67B (or 0x63A67B) is known color: Oxley. HEX triplet: 63, A6 and 7B. RGB value is (99,166,123). Sum of RGB (Red+Green+Blue) = 99+166+123=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #63A67B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A67B is #9C5984. Grayscale: #8D8D8D. Windows color (decimal): -10246533 or 8103523. OLE color: 8103523.
HSL color Cylindrical-coordinate representation of color #63A67B: hue angle of 141.49º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A67B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 166 | 123 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.35 |
| HSL | 141.49º | 0.27% | 0.52% | - |
| HSV(B) | 141.49º | 0.4% | 0.65% | - |
| XYZ | 22.36 | 31.36 | 23.61 | - |
| YUV | 141.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 123 | 0.40 | 0 | 0.26 | 0.35 | 141.49 | 0.27 | 0.52 |
| Hex | 63 | A6 | 7B | 28 | 0 | 1A | 23 | 8D | 1B | 34 |
| Octal | 143 | 246 | 173 | 50 | 0 | 32 | 43 | 215 | 33 | 64 |
| Binary | 1100011 | 10100110 | 1111011 | 101000 | 0 | 11010 | 100011 | 10001101 | 11011 | 110100 |
Color Harmonies of #63A67B
Complementary color
Monochromatic Colors of #63A67B
Black with #63A67B
Text Example
Text Example
White with #63A67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A67B; }
p { color: rgb(99,166,123); }
H1.HeaderClassName
{
color: #63A67B;
}
.AnyTagClassName
{
color: #63A67B;
}
</style>
background-color css
<style>
a { background-color: #63A67B; }
a { background-color: rgb(99,166,123); }
div.DivClassName
{
background-color: #63A67B;
}
.BgClassName
{
background-color: #63A67B;
}
</style>
border-color css
<style>
span { border-color: #63A67B; }
span { border-color: rgb(99,166,123); }
td.TdClassName
{
border-color: #63A67B;
}
.TagClassName
{
border-color: #63A67B;
}
</style>