#75AF4E

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

Shades of Apple #75AF4E

Tints of Apple #75AF4E

Color information

#75AF4E (or 0x75AF4E) is unknown color: approx Apple. HEX triplet: 75, AF and 4E. RGB value is (117,175,78). Sum of RGB (Red+Green+Blue) = 117+175+78=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF4E is #8A50B1. Grayscale: #929292. Windows color (decimal): -9064626 or 5156725. OLE color: 5156725.

HSL color Cylindrical-coordinate representation of color #75AF4E: hue angle of 95.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75AF4E is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB11717578-
CMYK0.3300.550.31
HSL95.88º38.34%49.61%-
HSV(B)95.88º55.43%68.63%-
XYZ24.0434.9912.69-
YUV146.689.28106.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 175 (68.75% from 255) = 47.30%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=31.62%
G=47.30%
B=21.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117175780.3300.550.3195.8838.3449.61
Hex75AF4E210371F602632
Octal16525711641067371404662
Binary11101011010111110011101000010110111111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,175,78); }

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

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

 a { background-color: rgb(117,175,78); }

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

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

 span { border-color: rgb(117,175,78); }

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