#76AE49

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

Shades of Apple #76AE49

Tints of Apple #76AE49

Color information

#76AE49 (or 0x76AE49) is unknown color: approx Apple. HEX triplet: 76, AE and 49. RGB value is (118,174,73). Sum of RGB (Red+Green+Blue) = 118+174+73=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE49 is #8951B6. Grayscale: #929292. Windows color (decimal): -8999351 or 4828790. OLE color: 4828790.

HSL color Cylindrical-coordinate representation of color #76AE49: hue angle of 93.27º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76AE49 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB11817473-
CMYK0.3200.580.32
HSL93.27º40.89%48.43%-
HSV(B)93.27º58.05%68.24%-
XYZ23.8134.611.73-
YUV145.7486.95108.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 174 (68.36% from 255) = 47.67%
BLUE value IS 73 (28.91% from 255) = 20%
R=32.33%
G=47.67%
B=20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal118174730.3200.580.3293.2740.8948.43
Hex76AE492003A205d2930
Octal16625611140072401355160
Binary111011010101110100100110000001110101000001011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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