#75AA42

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

Shades of Apple #75AA42

Tints of Apple #75AA42

Color information

#75AA42 (or 0x75AA42) is unknown color: approx Apple. HEX triplet: 75, AA and 42. RGB value is (117,170,66). Sum of RGB (Red+Green+Blue) = 117+170+66=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA42 is #8A55BD. Grayscale: #8E8E8E. Windows color (decimal): -9065918 or 4369013. OLE color: 4369013.

HSL color Cylindrical-coordinate representation of color #75AA42: hue angle of 90.58º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75AA42 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB11717066-
CMYK0.3100.610.33
HSL90.58º44.07%46.27%-
HSV(B)90.58º61.18%66.67%-
XYZ22.6932.9210.31-
YUV142.384.94109.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 66 (26.17% from 255) = 18.70%
R=33.14%
G=48.16%
B=18.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170660.3100.610.3390.5844.0746.27
Hex75AA421F03D215b2c2e
Octal16525210237075411335456
Binary11101011010101010000101111101111011000011011011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,66); }

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

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

 a { background-color: rgb(117,170,66); }

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

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

 span { border-color: rgb(117,170,66); }

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