Shades of Apple #63A546
Tints of Apple #63A546
RGB
CMYK
RGB Variations
Color information
#63A546 (or 0x63A546) is known color: Apple. HEX triplet: 63, A5 and 46. RGB value is (99,165,70). Sum of RGB (Red+Green+Blue) = 99+165+70=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 165 (64.84% from 255 or 49.40% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 165 - color contains mainly: green. Hex color #63A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A546 is #9C5AB9. Grayscale: #868686. Windows color (decimal): -10246842 or 4629859. OLE color: 4629859.
HSL color Cylindrical-coordinate representation of color #63A546: hue angle of 101.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63A546 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 165 | 70 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.35 |
| HSL | 101.68º | 0.4% | 0.46% | - |
| HSV(B) | 101.68º | 0.58% | 0.65% | - |
| XYZ | 19.71 | 30.01 | 10.55 | - |
| YUV | 134.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 70 | 0.40 | 0 | 0.58 | 0.35 | 101.68 | 0.4 | 0.46 |
| Hex | 63 | A5 | 46 | 28 | 0 | 3A | 23 | 66 | 28 | 2E |
| Octal | 143 | 245 | 106 | 50 | 0 | 72 | 43 | 146 | 50 | 56 |
| Binary | 1100011 | 10100101 | 1000110 | 101000 | 0 | 111010 | 100011 | 1100110 | 101000 | 101110 |
Color Harmonies of #63A546
Complementary color
Monochromatic Colors of #63A546
Black with #63A546
Text Example
Text Example
White with #63A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A546; }
p { color: rgb(99,165,70); }
H1.HeaderClassName
{
color: #63A546;
}
.AnyTagClassName
{
color: #63A546;
}
</style>
background-color css
<style>
a { background-color: #63A546; }
a { background-color: rgb(99,165,70); }
div.DivClassName
{
background-color: #63A546;
}
.BgClassName
{
background-color: #63A546;
}
</style>
border-color css
<style>
span { border-color: #63A546; }
span { border-color: rgb(99,165,70); }
td.TdClassName
{
border-color: #63A546;
}
.TagClassName
{
border-color: #63A546;
}
</style>