Shades of Apple #63A448
Tints of Apple #63A448
RGB
CMYK
RGB Variations
Color information
#63A448 (or 0x63A448) is known color: Apple. HEX triplet: 63, A4 and 48. RGB value is (99,164,72). Sum of RGB (Red+Green+Blue) = 99+164+72=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #63A448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A448 is #9C5BB7. Grayscale: #868686. Windows color (decimal): -10247096 or 4760675. OLE color: 4760675.
HSL color Cylindrical-coordinate representation of color #63A448: hue angle of 102.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63A448 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 99 | 164 | 72 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.36 |
| HSL | 102.39º | 0.39% | 0.46% | - |
| HSV(B) | 102.39º | 0.56% | 0.64% | - |
| XYZ | 19.59 | 29.67 | 10.83 | - |
| YUV | 134.08 | 92.97 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 72 | 0.40 | 0 | 0.56 | 0.36 | 102.39 | 0.39 | 0.46 |
| Hex | 63 | A4 | 48 | 28 | 0 | 38 | 24 | 66 | 27 | 2E |
| Octal | 143 | 244 | 110 | 50 | 0 | 70 | 44 | 146 | 47 | 56 |
| Binary | 1100011 | 10100100 | 1001000 | 101000 | 0 | 111000 | 100100 | 1100110 | 100111 | 101110 |
Color Harmonies of #63A448
Complementary color
Monochromatic Colors of #63A448
Black with #63A448
Text Example
Text Example
White with #63A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A448; }
p { color: rgb(99,164,72); }
H1.HeaderClassName
{
color: #63A448;
}
.AnyTagClassName
{
color: #63A448;
}
</style>
background-color css
<style>
a { background-color: #63A448; }
a { background-color: rgb(99,164,72); }
div.DivClassName
{
background-color: #63A448;
}
.BgClassName
{
background-color: #63A448;
}
</style>
border-color css
<style>
span { border-color: #63A448; }
span { border-color: rgb(99,164,72); }
td.TdClassName
{
border-color: #63A448;
}
.TagClassName
{
border-color: #63A448;
}
</style>