#75B94A

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

Shades of Apple #75B94A

Tints of Apple #75B94A

Color information

#75B94A (or 0x75B94A) is unknown color: approx Apple. HEX triplet: 75, B9 and 4A. RGB value is (117,185,74). Sum of RGB (Red+Green+Blue) = 117+185+74=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #75B94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75B94A is #8A46B5. Grayscale: #989898. Windows color (decimal): -9062070 or 4897141. OLE color: 4897141.

HSL color Cylindrical-coordinate representation of color #75B94A: hue angle of 96.76º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75B94A is Cyan = 0.37, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB11718574-
CMYK0.3700.60.27
HSL96.76º44.22%50.78%-
HSV(B)96.76º60%72.55%-
XYZ25.9238.9712.64-
YUV152.0183.97103.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 185 (72.66% from 255) = 49.20%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=31.12%
G=49.20%
B=19.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117185740.3700.60.2796.7644.2250.78
Hex75B94A2503C1B612c33
Octal16527111245074331415463
Binary11101011011100110010101001010111100110111100001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,185,74); }

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

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

 a { background-color: rgb(117,185,74); }

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

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

 span { border-color: rgb(117,185,74); }

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