#71B03D

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

Shades of Apple #71B03D

Tints of Apple #71B03D

Color information

#71B03D (or 0x71B03D) is unknown color: approx Apple. HEX triplet: 71, B0 and 3D. RGB value is (113,176,61). Sum of RGB (Red+Green+Blue) = 113+176+61=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #71B03D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71B03D is #8E4FC2. Grayscale: #909090. Windows color (decimal): -9326531 or 4042865. OLE color: 4042865.

HSL color Cylindrical-coordinate representation of color #71B03D: hue angle of 92.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71B03D is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB11317661-
CMYK0.3600.650.31
HSL92.87º48.52%46.47%-
HSV(B)92.87º65.34%69.02%-
XYZ23.1834.99.93-
YUV144.0581.13105.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 176 (69.14% from 255) = 50.29%
BLUE value IS 61 (24.22% from 255) = 17.43%
R=32.29%
G=50.29%
B=17.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176610.3600.650.3192.8748.5246.47
Hex71B03D240411F5d312e
Octal16126075440101371356156
Binary11100011011000011110110010001000001111111011101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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