#75B64E

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

Shades of Apple #75B64E

Tints of Apple #75B64E

Color information

#75B64E (or 0x75B64E) is unknown color: approx Apple. HEX triplet: 75, B6 and 4E. RGB value is (117,182,78). Sum of RGB (Red+Green+Blue) = 117+182+78=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 182 (71.48% from 255 or 48.28% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 182 - color contains mainly: green. Hex color #75B64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75B64E is #8A49B1. Grayscale: #979797. Windows color (decimal): -9062834 or 5158517. OLE color: 5158517.

HSL color Cylindrical-coordinate representation of color #75B64E: hue angle of 97.5º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75B64E is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB11718278-
CMYK0.3600.570.29
HSL97.5º41.6%50.98%-
HSV(B)97.5º57.14%71.37%-
XYZ25.4437.7913.16-
YUV150.7186.97103.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 182 (71.48% from 255) = 48.28%
BLUE value IS 78 (30.86% from 255) = 20.69%
R=31.03%
G=48.28%
B=20.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117182780.3600.570.2997.541.650.98
Hex75B64E240391D622a33
Octal16526611644071351425263
Binary11101011011011010011101001000111001111011100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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