Html Css Color HEX #71AA49 Apple

📋 copy color: '#71AA49'

red 113 ◦ green 170 ◦ blue 73

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

Shades of Apple #71AA49

Tints of Apple #71AA49

RGB

 RED value IS 113 (44.53% from 255) = 31.74%

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 73 (28.91% from 255) = 20.51%

R = 31.74%
G = 47.75%
B = 20.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#71AA49 (or 0x71AA49) is known color: Apple. HEX triplet: 71, AA and 49. RGB value is (113,170,73). Sum of RGB (Red+Green+Blue) = 113+170+73=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA49 is #8E55B6. Grayscale: #8E8E8E. Windows color (decimal): -9328055 or 4827761. OLE color: 4827761.

HSL color Cylindrical-coordinate representation of color #71AA49: hue angle of 95.26º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71AA49 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 73 -
CMYK 0.34 0 0.57 0.33
HSL 95.26º 0.4% 0.48% -
HSV(B) 95.26º 0.57% 0.67% -
XYZ 22.39 32.74 11.44 -
YUV 141.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 113 170 73 0.34 0 0.57 0.33 95.26 0.4 0.48
Hex 71 AA 49 22 0 39 21 5F 28 30
Octal 161 252 111 42 0 71 41 137 50 60
Binary 1110001 10101010 1001001 100010 0 111001 100001 1011111 101000 110000

Color Harmonies of #71AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA49

Black with #71AA49

Text Example


Text Example

White with #71AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71AA49; }

 p { color: rgb(113,170,73); }

 H1.HeaderClassName
 {
   color: #71AA49;
 }
 .AnyTagClassName
 {
   color: #71AA49;
 }
</style>

background-color css

<style>
 a { background-color: #71AA49; }

 a { background-color: rgb(113,170,73); }

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

border-color css

<style>
 span { border-color: #71AA49; }

 span { border-color: rgb(113,170,73); }

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