Shades of Oxley #63AA76
Tints of Oxley #63AA76
RGB
CMYK
RGB Variations
Color information
#63AA76 (or 0x63AA76) is known color: Oxley. HEX triplet: 63, AA and 76. RGB value is (99,170,118). Sum of RGB (Red+Green+Blue) = 99+170+118=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63AA76 is #9C5589. Grayscale: #8E8E8E. Windows color (decimal): -10245514 or 7776867. OLE color: 7776867.
HSL color Cylindrical-coordinate representation of color #63AA76: hue angle of 136.06º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA76 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 118 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.33 |
| HSL | 136.06º | 0.29% | 0.53% | - |
| HSV(B) | 136.06º | 0.42% | 0.67% | - |
| XYZ | 22.79 | 32.71 | 22.25 | - |
| YUV | 142.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 118 | 0.42 | 0 | 0.31 | 0.33 | 136.06 | 0.29 | 0.53 |
| Hex | 63 | AA | 76 | 2A | 0 | 1F | 21 | 88 | 1D | 35 |
| Octal | 143 | 252 | 166 | 52 | 0 | 37 | 41 | 210 | 35 | 65 |
| Binary | 1100011 | 10101010 | 1110110 | 101010 | 0 | 11111 | 100001 | 10001000 | 11101 | 110101 |
Color Harmonies of #63AA76
Complementary color
Monochromatic Colors of #63AA76
Black with #63AA76
Text Example
Text Example
White with #63AA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA76; }
p { color: rgb(99,170,118); }
H1.HeaderClassName
{
color: #63AA76;
}
.AnyTagClassName
{
color: #63AA76;
}
</style>
background-color css
<style>
a { background-color: #63AA76; }
a { background-color: rgb(99,170,118); }
div.DivClassName
{
background-color: #63AA76;
}
.BgClassName
{
background-color: #63AA76;
}
</style>
border-color css
<style>
span { border-color: #63AA76; }
span { border-color: rgb(99,170,118); }
td.TdClassName
{
border-color: #63AA76;
}
.TagClassName
{
border-color: #63AA76;
}
</style>