Html Css Color HEX #63A64A Apple

📋 copy color: '#63A64A'

red 99 ◦ green 166 ◦ blue 74

#63A64A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #63A64A

Tints of Apple #63A64A

RGB

 RED value IS 99 (39.06% from 255) = 29.2%

 GREEN value IS 166 (65.23% from 255) = 48.97%

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 29.2%
G = 48.97%
B = 21.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#63A64A (or 0x63A64A) is known color: Apple. HEX triplet: 63, A6 and 4A. RGB value is (99,166,74). Sum of RGB (Red+Green+Blue) = 99+166+74=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #63A64A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63A64A is #9C59B5. Grayscale: #878787. Windows color (decimal): -10246582 or 4892259. OLE color: 4892259.

HSL color Cylindrical-coordinate representation of color #63A64A: hue angle of 103.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A64A is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 166 74 -
CMYK 0.40 0 0.55 0.35
HSL 103.7º 0.38% 0.47% -
HSV(B) 103.7º 0.55% 0.65% -
XYZ 20.02 30.42 11.3 -
YUV 135.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 99 166 74 0.40 0 0.55 0.35 103.7 0.38 0.47
Hex 63 A6 4A 28 0 37 23 68 26 2F
Octal 143 246 112 50 0 67 43 150 46 57
Binary 1100011 10100110 1001010 101000 0 110111 100011 1101000 100110 101111

Color Harmonies of #63A64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A64A

Black with #63A64A

Text Example


Text Example

White with #63A64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,166,74); }

 H1.HeaderClassName
 {
   color: #63A64A;
 }
 .AnyTagClassName
 {
   color: #63A64A;
 }
</style>

background-color css

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

 a { background-color: rgb(99,166,74); }

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

border-color css

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

 span { border-color: rgb(99,166,74); }

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