Html Css Color HEX #71AA47 Apple

📋 copy color: '#71AA47'

red 113 ◦ green 170 ◦ blue 71

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

Shades of Apple #71AA47

Tints of Apple #71AA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 31.92%
G = 48.02%
B = 20.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#71AA47 (or 0x71AA47) is known color: Apple. HEX triplet: 71, AA and 47. RGB value is (113,170,71). Sum of RGB (Red+Green+Blue) = 113+170+71=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA47 is #8E55B8. Grayscale: #8E8E8E. Windows color (decimal): -9328057 or 4696689. OLE color: 4696689.

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

Color convert

RGB 113 170 71 -
CMYK 0.34 0 0.58 0.33
HSL 94.55º 0.41% 0.47% -
HSV(B) 94.55º 0.58% 0.67% -
XYZ 22.32 32.72 11.1 -
YUV 141.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 113 170 71 0.34 0 0.58 0.33 94.55 0.41 0.47
Hex 71 AA 47 22 0 3A 21 5F 29 2F
Octal 161 252 107 42 0 72 41 137 51 57
Binary 1110001 10101010 1000111 100010 0 111010 100001 1011111 101001 101111

Color Harmonies of #71AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA47

Black with #71AA47

Text Example


Text Example

White with #71AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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