#71AC4B

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

Shades of Apple #71AC4B

Tints of Apple #71AC4B

Color information

#71AC4B (or 0x71AC4B) is unknown color: approx Apple. HEX triplet: 71, AC and 4B. RGB value is (113,172,75). Sum of RGB (Red+Green+Blue) = 113+172+75=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC4B is #8E53B4. Grayscale: #8F8F8F. Windows color (decimal): -9327541 or 4959345. OLE color: 4959345.

HSL color Cylindrical-coordinate representation of color #71AC4B: hue angle of 96.49º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71AC4B is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB11317275-
CMYK0.3400.560.33
HSL96.49º39.27%48.43%-
HSV(B)96.49º56.4%67.45%-
XYZ22.8333.5211.92-
YUV143.389.45106.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=31.39%
G=47.78%
B=20.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113172750.3400.560.3396.4939.2748.43
Hex71AC4B2203821602730
Octal16125411342070411404760
Binary111000110101100100101110001001110001000011100000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,75); }

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

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

 a { background-color: rgb(113,172,75); }

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

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

 span { border-color: rgb(113,172,75); }

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