Html Css Color HEX #71A940 Apple

📋 copy color: '#71A940'

red 113 ◦ green 169 ◦ blue 64

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

Shades of Apple #71A940

Tints of Apple #71A940

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.84%

 BLUE value IS 64 (25.39% from 255) = 18.5%

R = 32.66%
G = 48.84%
B = 18.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#71A940 (or 0x71A940) is known color: Apple. HEX triplet: 71, A9 and 40. RGB value is (113,169,64). Sum of RGB (Red+Green+Blue) = 113+169+64=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #71A940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A940 is #8E56BF. Grayscale: #8C8C8C. Windows color (decimal): -9328320 or 4237681. OLE color: 4237681.

HSL color Cylindrical-coordinate representation of color #71A940: hue angle of 92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71A940 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 169 64 -
CMYK 0.33 0 0.62 0.34
HSL 92º 0.45% 0.46% -
HSV(B) 92º 0.62% 0.66% -
XYZ 21.92 32.26 9.92 -
YUV 140.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 113 169 64 0.33 0 0.62 0.34 92 0.45 0.46
Hex 71 A9 40 21 0 3E 22 5C 2D 2E
Octal 161 251 100 41 0 76 42 134 55 56
Binary 1110001 10101001 1000000 100001 0 111110 100010 1011100 101101 101110

Color Harmonies of #71A940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A940

Black with #71A940

Text Example


Text Example

White with #71A940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,169,64); }

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

background-color css

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

 a { background-color: rgb(113,169,64); }

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

border-color css

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

 span { border-color: rgb(113,169,64); }

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