#71B055

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

Shades of Apple #71B055

Tints of Apple #71B055

Color information

#71B055 (or 0x71B055) is unknown color: approx Apple. HEX triplet: 71, B0 and 55. RGB value is (113,176,85). Sum of RGB (Red+Green+Blue) = 113+176+85=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #71B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B055 is #8E4FAA. Grayscale: #939393. Windows color (decimal): -9326507 or 5615729. OLE color: 5615729.

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

Color convert

RGB11317685-
CMYK0.3600.520.31
HSL101.54º36.55%51.18%-
HSV(B)101.54º51.7%69.02%-
XYZ23.9835.2214.13-
YUV146.7993.13103.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.21%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=30.21%
G=47.06%
B=22.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113176850.3600.520.31101.5436.5551.18
Hex71B055240341F662533
Octal16126012544064371464563
Binary11100011011000010101011001000110100111111100110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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