#63A94D

Color #63A94D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #63A94D

Tints of Apple #63A94D

Color information

#63A94D (or 0x63A94D) is unknown color: approx Apple. HEX triplet: 63, A9 and 4D. RGB value is (99,169,77). Sum of RGB (Red+Green+Blue) = 99+169+77=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 169 - color contains mainly: green. Hex color #63A94D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A94D is #9C56B2. Grayscale: #898989. Windows color (decimal): -10245811 or 5089635. OLE color: 5089635.

HSL color Cylindrical-coordinate representation of color #63A94D: hue angle of 105.65º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63A94D is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB9916977-
CMYK0.4100.540.34
HSL105.65º37.4%48.24%-
HSV(B)105.65º54.44%66.27%-
XYZ20.6731.5612.02-
YUV137.5893.81100.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 169 (66.41% from 255) = 48.99%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=28.70%
G=48.99%
B=22.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal99169770.4100.540.34105.6537.448.24
Hex63A94D29036226a2530
Octal14325111551066421524560
Binary110001110101001100110110100101101101000101101010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A94D; }

 p { color: rgb(99,169,77); }

 H1.HeaderClassName
 {
   color: #63A94D;
 }
 .AnyTagClassName
 {
   color: #63A94D;
 }
</style>
background-color css

<style>
 a { background-color: #63A94D; }

 a { background-color: rgb(99,169,77); }

 div.DivClassName
 {
   background-color: #63A94D;
 }
 .BgClassName
 {
   background-color: #63A94D;
 }
</style>
border-color css

<style>
 span { border-color: #63A94D; }

 span { border-color: rgb(99,169,77); }

 td.TdClassName
 {
   border-color: #63A94D;
 }
 .TagClassName
 {
   border-color: #63A94D;
 }
</style>