Shades of Apple #63A051
Tints of Apple #63A051
RGB
CMYK
RGB Variations
Color information
#63A051 (or 0x63A051) is known color: Apple. HEX triplet: 63, A0 and 51. RGB value is (99,160,81). Sum of RGB (Red+Green+Blue) = 99+160+81=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 160 (62.89% from 255 or 47.06% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 160 - color contains mainly: green. Hex color #63A051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A051 is #9C5FAE. Grayscale: #858585. Windows color (decimal): -10248111 or 5349475. OLE color: 5349475.
HSL color Cylindrical-coordinate representation of color #63A051: hue angle of 106.33º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63A051 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 160 | 81 | - |
| CMYK | 0.38 | 0 | 0.49 | 0.37 |
| HSL | 106.33º | 0.33% | 0.47% | - |
| HSV(B) | 106.33º | 0.49% | 0.63% | - |
| XYZ | 19.2 | 28.39 | 12.25 | - |
| YUV | 132.76 | 98.79 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 81 | 0.38 | 0 | 0.49 | 0.37 | 106.33 | 0.33 | 0.47 |
| Hex | 63 | A0 | 51 | 26 | 0 | 31 | 25 | 6A | 21 | 2F |
| Octal | 143 | 240 | 121 | 46 | 0 | 61 | 45 | 152 | 41 | 57 |
| Binary | 1100011 | 10100000 | 1010001 | 100110 | 0 | 110001 | 100101 | 1101010 | 100001 | 101111 |
Color Harmonies of #63A051
Complementary color
Monochromatic Colors of #63A051
Black with #63A051
Text Example
Text Example
White with #63A051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A051; }
p { color: rgb(99,160,81); }
H1.HeaderClassName
{
color: #63A051;
}
.AnyTagClassName
{
color: #63A051;
}
</style>
background-color css
<style>
a { background-color: #63A051; }
a { background-color: rgb(99,160,81); }
div.DivClassName
{
background-color: #63A051;
}
.BgClassName
{
background-color: #63A051;
}
</style>
border-color css
<style>
span { border-color: #63A051; }
span { border-color: rgb(99,160,81); }
td.TdClassName
{
border-color: #63A051;
}
.TagClassName
{
border-color: #63A051;
}
</style>