Shades of Oxley #63A274
Tints of Oxley #63A274
RGB
CMYK
RGB Variations
Color information
#63A274 (or 0x63A274) is known color: Oxley. HEX triplet: 63, A2 and 74. RGB value is (99,162,116). Sum of RGB (Red+Green+Blue) = 99+162+116=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #63A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A274 is #9C5D8B. Grayscale: #8A8A8A. Windows color (decimal): -10247564 or 7643747. OLE color: 7643747.
HSL color Cylindrical-coordinate representation of color #63A274: hue angle of 136.19º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A274 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 162 | 116 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.36 |
| HSL | 136.19º | 0.25% | 0.51% | - |
| HSV(B) | 136.19º | 0.39% | 0.64% | - |
| XYZ | 21.22 | 29.75 | 21.15 | - |
| YUV | 137.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 116 | 0.39 | 0 | 0.28 | 0.36 | 136.19 | 0.25 | 0.51 |
| Hex | 63 | A2 | 74 | 27 | 0 | 1C | 24 | 88 | 19 | 33 |
| Octal | 143 | 242 | 164 | 47 | 0 | 34 | 44 | 210 | 31 | 63 |
| Binary | 1100011 | 10100010 | 1110100 | 100111 | 0 | 11100 | 100100 | 10001000 | 11001 | 110011 |
Color Harmonies of #63A274
Complementary color
Monochromatic Colors of #63A274
Black with #63A274
Text Example
Text Example
White with #63A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A274; }
p { color: rgb(99,162,116); }
H1.HeaderClassName
{
color: #63A274;
}
.AnyTagClassName
{
color: #63A274;
}
</style>
background-color css
<style>
a { background-color: #63A274; }
a { background-color: rgb(99,162,116); }
div.DivClassName
{
background-color: #63A274;
}
.BgClassName
{
background-color: #63A274;
}
</style>
border-color css
<style>
span { border-color: #63A274; }
span { border-color: rgb(99,162,116); }
td.TdClassName
{
border-color: #63A274;
}
.TagClassName
{
border-color: #63A274;
}
</style>