#71B645

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

Shades of Apple #71B645

Tints of Apple #71B645

Color information

#71B645 (or 0x71B645) is unknown color: approx Apple. HEX triplet: 71, B6 and 45. RGB value is (113,182,69). Sum of RGB (Red+Green+Blue) = 113+182+69=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #71B645 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71B645 is #8E49BA. Grayscale: #949494. Windows color (decimal): -9324987 or 4568689. OLE color: 4568689.

HSL color Cylindrical-coordinate representation of color #71B645: hue angle of 96.64º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71B645 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB11318269-
CMYK0.3800.620.29
HSL96.64º45.02%49.22%-
HSV(B)96.64º62.09%71.37%-
XYZ24.6137.411.55-
YUV148.4983.14102.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=31.04%
G=50%
B=18.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113182690.3800.620.2996.6445.0249.22
Hex71B6452603E1D612d31
Octal16126610546076351415561
Binary11100011011011010001011001100111110111011100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,182,69); }

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

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

 a { background-color: rgb(113,182,69); }

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

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

 span { border-color: rgb(113,182,69); }

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