#71AD3C

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

Shades of Apple #71AD3C

Tints of Apple #71AD3C

Color information

#71AD3C (or 0x71AD3C) is unknown color: approx Apple. HEX triplet: 71, AD and 3C. RGB value is (113,173,60). Sum of RGB (Red+Green+Blue) = 113+173+60=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD3C is #8E52C3. Grayscale: #8E8E8E. Windows color (decimal): -9327300 or 3976561. OLE color: 3976561.

HSL color Cylindrical-coordinate representation of color #71AD3C: hue angle of 91.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71AD3C is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB11317360-
CMYK0.3500.650.32
HSL91.86º48.5%45.69%-
HSV(B)91.86º65.32%67.84%-
XYZ22.5733.729.59-
YUV142.1881.62107.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 173 (67.97% from 255) = 50%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=32.66%
G=50%
B=17.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113173600.3500.650.3291.8648.545.69
Hex71AD3C23041205c302e
Octal16125574430101401346056
Binary111000110101101111100100011010000011000001011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,173,60); }

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

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

 a { background-color: rgb(113,173,60); }

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

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

 span { border-color: rgb(113,173,60); }

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