Shades of Apple #63AA49
Tints of Apple #63AA49
RGB
CMYK
RGB Variations
Color information
#63AA49 (or 0x63AA49) is known color: Apple. HEX triplet: 63, AA and 49. RGB value is (99,170,73). Sum of RGB (Red+Green+Blue) = 99+170+73=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA49 is #9C55B6. Grayscale: #8A8A8A. Windows color (decimal): -10245559 or 4827747. OLE color: 4827747.
HSL color Cylindrical-coordinate representation of color #63AA49: hue angle of 103.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63AA49 is Cyan = 0.42, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 170 | 73 | - |
| CMYK | 0.42 | 0 | 0.57 | 0.33 |
| HSL | 103.92º | 0.4% | 0.48% | - |
| HSV(B) | 103.92º | 0.57% | 0.67% | - |
| XYZ | 20.72 | 31.88 | 11.37 | - |
| YUV | 137.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 73 | 0.42 | 0 | 0.57 | 0.33 | 103.92 | 0.4 | 0.48 |
| Hex | 63 | AA | 49 | 2A | 0 | 39 | 21 | 68 | 28 | 30 |
| Octal | 143 | 252 | 111 | 52 | 0 | 71 | 41 | 150 | 50 | 60 |
| Binary | 1100011 | 10101010 | 1001001 | 101010 | 0 | 111001 | 100001 | 1101000 | 101000 | 110000 |
Color Harmonies of #63AA49
Complementary color
Monochromatic Colors of #63AA49
Black with #63AA49
Text Example
Text Example
White with #63AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AA49; }
p { color: rgb(99,170,73); }
H1.HeaderClassName
{
color: #63AA49;
}
.AnyTagClassName
{
color: #63AA49;
}
</style>
background-color css
<style>
a { background-color: #63AA49; }
a { background-color: rgb(99,170,73); }
div.DivClassName
{
background-color: #63AA49;
}
.BgClassName
{
background-color: #63AA49;
}
</style>
border-color css
<style>
span { border-color: #63AA49; }
span { border-color: rgb(99,170,73); }
td.TdClassName
{
border-color: #63AA49;
}
.TagClassName
{
border-color: #63AA49;
}
</style>