#71AB46

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

Shades of Apple #71AB46

Tints of Apple #71AB46

Color information

#71AB46 (or 0x71AB46) is unknown color: approx Apple. HEX triplet: 71, AB and 46. RGB value is (113,171,70). Sum of RGB (Red+Green+Blue) = 113+171+70=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB46 is #8E54B9. Grayscale: #8E8E8E. Windows color (decimal): -9327802 or 4631409. OLE color: 4631409.

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

Color convert

RGB11317170-
CMYK0.3400.590.33
HSL94.46º41.91%47.25%-
HSV(B)94.46º59.06%67.06%-
XYZ22.4833.0810.99-
YUV142.1487.28107.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 171 (67.19% from 255) = 48.31%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=31.92%
G=48.31%
B=19.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171700.3400.590.3394.4641.9147.25
Hex71AB462203B215e2a2f
Octal16125310642073411365257
Binary111000110101011100011010001001110111000011011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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