#71B04A

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

Shades of Apple #71B04A

Tints of Apple #71B04A

Color information

#71B04A (or 0x71B04A) is unknown color: approx Apple. HEX triplet: 71, B0 and 4A. RGB value is (113,176,74). Sum of RGB (Red+Green+Blue) = 113+176+74=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 176 (69.14% from 255 or 48.48% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 176 - color contains mainly: green. Hex color #71B04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B04A is #8E4FB5. Grayscale: #919191. Windows color (decimal): -9326518 or 4894833. OLE color: 4894833.

HSL color Cylindrical-coordinate representation of color #71B04A: hue angle of 97.06º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71B04A is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB11317674-
CMYK0.3600.580.31
HSL97.06º40.8%49.02%-
HSV(B)97.06º57.95%69.02%-
XYZ23.5735.0612-
YUV145.5487.63104.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 176 (69.14% from 255) = 48.48%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=31.13%
G=48.48%
B=20.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176740.3600.580.3197.0640.849.02
Hex71B04A2403A1F612931
Octal16126011244072371415161
Binary11100011011000010010101001000111010111111100001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,74); }

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

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

 a { background-color: rgb(113,176,74); }

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

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

 span { border-color: rgb(113,176,74); }

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