#75AC47

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

Shades of Apple #75AC47

Tints of Apple #75AC47

Color information

#75AC47 (or 0x75AC47) is unknown color: approx Apple. HEX triplet: 75, AC and 47. RGB value is (117,172,71). Sum of RGB (Red+Green+Blue) = 117+172+71=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #75AC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AC47 is #8A53B8. Grayscale: #909090. Windows color (decimal): -9065401 or 4697205. OLE color: 4697205.

HSL color Cylindrical-coordinate representation of color #75AC47: hue angle of 92.67º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75AC47 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB11717271-
CMYK0.3200.590.33
HSL92.67º41.56%47.65%-
HSV(B)92.67º58.72%67.45%-
XYZ23.2333.7411.25-
YUV144.0486.78108.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=32.5%
G=47.78%
B=19.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117172710.3200.590.3392.6741.5647.65
Hex75AC472003B215d2a30
Octal16525410740073411355260
Binary111010110101100100011110000001110111000011011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AC47; }

 p { color: rgb(117,172,71); }

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

<style>
 a { background-color: #75AC47; }

 a { background-color: rgb(117,172,71); }

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

<style>
 span { border-color: #75AC47; }

 span { border-color: rgb(117,172,71); }

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