#71AD3D

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

Shades of Apple #71AD3D

Tints of Apple #71AD3D

Color information

#71AD3D (or 0x71AD3D) is unknown color: approx Apple. HEX triplet: 71, AD and 3D. RGB value is (113,173,61). Sum of RGB (Red+Green+Blue) = 113+173+61=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD3D is #8E52C2. Grayscale: #8E8E8E. Windows color (decimal): -9327299 or 4042097. OLE color: 4042097.

HSL color Cylindrical-coordinate representation of color #71AD3D: hue angle of 92.14º 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 #71AD3D is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB11317361-
CMYK0.3500.650.32
HSL92.14º47.86%45.88%-
HSV(B)92.14º64.74%67.84%-
XYZ22.633.739.74-
YUV142.2982.12107.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 173 (67.97% from 255) = 49.86%
BLUE value IS 61 (24.22% from 255) = 17.58%
R=32.56%
G=49.86%
B=17.58%

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
Decimal113173610.3500.650.3292.1447.8645.88
Hex71AD3D23041205c302e
Octal16125575430101401346056
Binary111000110101101111101100011010000011000001011100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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