#71AB3D

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

Shades of Apple #71AB3D

Tints of Apple #71AB3D

Color information

#71AB3D (or 0x71AB3D) is unknown color: approx Apple. HEX triplet: 71, AB and 3D. RGB value is (113,171,61). Sum of RGB (Red+Green+Blue) = 113+171+61=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB3D is #8E54C2. Grayscale: #8D8D8D. Windows color (decimal): -9327811 or 4041585. OLE color: 4041585.

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

Color convert

RGB11317161-
CMYK0.3400.640.33
HSL91.64º47.41%45.49%-
HSV(B)91.64º64.33%67.06%-
XYZ22.2232.979.61-
YUV141.1282.78107.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=32.75%
G=49.57%
B=17.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113171610.3400.640.3391.6447.4145.49
Hex71AB3D22040215c2f2d
Octal16125375420100411345755
Binary111000110101011111101100010010000001000011011100101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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