#71AB45

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

Shades of Apple #71AB45

Tints of Apple #71AB45

Color information

#71AB45 (or 0x71AB45) is unknown color: approx Apple. HEX triplet: 71, AB and 45. RGB value is (113,171,69). Sum of RGB (Red+Green+Blue) = 113+171+69=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB45 is #8E54BA. Grayscale: #8E8E8E. Windows color (decimal): -9327803 or 4565873. OLE color: 4565873.

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

Color convert

RGB11317169-
CMYK0.3400.600.33
HSL94.12º42.5%47.06%-
HSV(B)94.12º59.65%67.06%-
XYZ22.4533.0710.83-
YUV142.0386.78107.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.01%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=32.01%
G=48.44%
B=19.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171690.3400.600.3394.1242.547.06
Hex71AB452203C215e2a2f
Octal16125310542074411365257
Binary111000110101011100010110001001111001000011011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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