#75AE45

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

Shades of Apple #75AE45

Tints of Apple #75AE45

Color information

#75AE45 (or 0x75AE45) is unknown color: approx Apple. HEX triplet: 75, AE and 45. RGB value is (117,174,69). Sum of RGB (Red+Green+Blue) = 117+174+69=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AE45 is #8A51BA. Grayscale: #919191. Windows color (decimal): -9064891 or 4566645. OLE color: 4566645.

HSL color Cylindrical-coordinate representation of color #75AE45: hue angle of 92.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75AE45 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB11717469-
CMYK0.3300.600.32
HSL92.57º43.21%47.65%-
HSV(B)92.57º60.34%68.24%-
XYZ23.5534.4811.05-
YUV144.9985.12108.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 174 (68.36% from 255) = 48.33%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=32.5%
G=48.33%
B=19.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174690.3300.600.3292.5743.2147.65
Hex75AE452103C205d2b30
Octal16525610541074401355360
Binary111010110101110100010110000101111001000001011101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,174,69); }

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

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

 a { background-color: rgb(117,174,69); }

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

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

 span { border-color: rgb(117,174,69); }

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