#75AB41

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

Shades of Apple #75AB41

Tints of Apple #75AB41

Color information

#75AB41 (or 0x75AB41) is unknown color: approx Apple. HEX triplet: 75, AB and 41. RGB value is (117,171,65). Sum of RGB (Red+Green+Blue) = 117+171+65=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB41 is #8A54BE. Grayscale: #8F8F8F. Windows color (decimal): -9065663 or 4303733. OLE color: 4303733.

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

Color convert

RGB11717165-
CMYK0.3200.620.33
HSL90.57º44.92%46.27%-
HSV(B)90.57º61.99%67.06%-
XYZ22.8533.2910.22-
YUV142.7784.11109.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 171 (67.19% from 255) = 48.44%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=33.14%
G=48.44%
B=18.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171650.3200.620.3390.5744.9246.27
Hex75AB412003E215b2d2e
Octal16525310140076411335556
Binary111010110101011100000110000001111101000011011011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,171,65); }

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

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

 a { background-color: rgb(117,171,65); }

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

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

 span { border-color: rgb(117,171,65); }

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