#75AE48

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

Shades of Apple #75AE48

Tints of Apple #75AE48

Color information

#75AE48 (or 0x75AE48) is unknown color: approx Apple. HEX triplet: 75, AE and 48. RGB value is (117,174,72). Sum of RGB (Red+Green+Blue) = 117+174+72=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AE48 is #8A51B7. Grayscale: #919191. Windows color (decimal): -9064888 or 4763253. OLE color: 4763253.

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

Color convert

RGB11717472-
CMYK0.3300.590.32
HSL93.53º41.46%48.24%-
HSV(B)93.53º58.62%68.24%-
XYZ23.6434.5211.55-
YUV145.3386.62107.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=32.23%
G=47.93%
B=19.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117174720.3300.590.3293.5341.4648.24
Hex75AE482103B205e2930
Octal16525611041073401365160
Binary111010110101110100100010000101110111000001011110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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