#75AD46

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

Shades of Apple #75AD46

Tints of Apple #75AD46

Color information

#75AD46 (or 0x75AD46) is unknown color: approx Apple. HEX triplet: 75, AD and 46. RGB value is (117,173,70). Sum of RGB (Red+Green+Blue) = 117+173+70=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD46 is #8A52B9. Grayscale: #909090. Windows color (decimal): -9065146 or 4631925. OLE color: 4631925.

HSL color Cylindrical-coordinate representation of color #75AD46: hue angle of 92.62º degrees, saturation: 0.42, 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 #75AD46 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB11717370-
CMYK0.3200.600.32
HSL92.62º42.39%47.65%-
HSV(B)92.62º59.54%67.84%-
XYZ23.3934.1111.15-
YUV144.5185.95108.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=32.5%
G=48.06%
B=19.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117173700.3200.600.3292.6242.3947.65
Hex75AD462003C205d2a30
Octal16525510640074401355260
Binary111010110101101100011010000001111001000001011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,70); }

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

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

 a { background-color: rgb(117,173,70); }

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

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

 span { border-color: rgb(117,173,70); }

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