#71B74D

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

Shades of Apple #71B74D

Tints of Apple #71B74D

Color information

#71B74D (or 0x71B74D) is unknown color: approx Apple. HEX triplet: 71, B7 and 4D. RGB value is (113,183,77). Sum of RGB (Red+Green+Blue) = 113+183+77=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #71B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B74D is #8E48B2. Grayscale: #969696. Windows color (decimal): -9324723 or 5093233. OLE color: 5093233.

HSL color Cylindrical-coordinate representation of color #71B74D: hue angle of 99.62º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71B74D is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB11318377-
CMYK0.3800.580.28
HSL99.62º42.4%50.98%-
HSV(B)99.62º57.92%71.76%-
XYZ25.0837.9113.02-
YUV149.9986.81101.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 77 (30.47% from 255) = 20.64%
R=30.29%
G=49.06%
B=20.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113183770.3800.580.2899.6242.450.98
Hex71B74D2603A1C642a33
Octal16126711546072341445263
Binary11100011011011110011011001100111010111001100100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,77); }

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

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

 a { background-color: rgb(113,183,77); }

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

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

 span { border-color: rgb(113,183,77); }

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