#71A445

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

Shades of Apple #71A445

Tints of Apple #71A445

Color information

#71A445 (or 0x71A445) is unknown color: approx Apple. HEX triplet: 71, A4 and 45. RGB value is (113,164,69). Sum of RGB (Red+Green+Blue) = 113+164+69=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #71A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A445 is #8E5BBA. Grayscale: #8A8A8A. Windows color (decimal): -9329595 or 4564081. OLE color: 4564081.

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

Color convert

RGB11316469-
CMYK0.3100.580.36
HSL92.21º40.77%45.69%-
HSV(B)92.21º57.93%64.31%-
XYZ21.1630.4910.4-
YUV137.9289.1110.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 164 (64.45% from 255) = 47.40%
BLUE value IS 69 (27.34% from 255) = 19.94%
R=32.66%
G=47.40%
B=19.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113164690.3100.580.3692.2140.7745.69
Hex71A4451F03A245c292e
Octal16124410537072441345156
Binary11100011010010010001011111101110101001001011100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,164,69); }

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

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

 a { background-color: rgb(113,164,69); }

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

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

 span { border-color: rgb(113,164,69); }

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