#76AE45

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

Shades of Apple #76AE45

Tints of Apple #76AE45

Color information

#76AE45 (or 0x76AE45) is unknown color: approx Apple. HEX triplet: 76, AE and 45. RGB value is (118,174,69). Sum of RGB (Red+Green+Blue) = 118+174+69=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 174 (68.36% from 255 or 48.20% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE45 is #8951BA. Grayscale: #919191. Windows color (decimal): -8999355 or 4566646. OLE color: 4566646.

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

Color convert

RGB11817469-
CMYK0.3200.600.32
HSL92º43.21%47.65%-
HSV(B)92º60.34%68.24%-
XYZ23.6834.5511.05-
YUV145.2984.95108.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 174 (68.36% from 255) = 48.20%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=32.69%
G=48.20%
B=19.11%

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
Decimal118174690.3200.600.329243.2147.65
Hex76AE452003C205c2b30
Octal16625610540074401345360
Binary111011010101110100010110000001111001000001011100101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76AE45; }

 p { color: rgb(118,174,69); }

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

<style>
 a { background-color: #76AE45; }

 a { background-color: rgb(118,174,69); }

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

<style>
 span { border-color: #76AE45; }

 span { border-color: rgb(118,174,69); }

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