#76BE49

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

Shades of Apple #76BE49

Tints of Apple #76BE49

Color information

#76BE49 (or 0x76BE49) is unknown color: approx Apple. HEX triplet: 76, BE and 49. RGB value is (118,190,73). Sum of RGB (Red+Green+Blue) = 118+190+73=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BE49 is #8941B6. Grayscale: #9B9B9B. Windows color (decimal): -8995255 or 4832886. OLE color: 4832886.

HSL color Cylindrical-coordinate representation of color #76BE49: hue angle of 96.92º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76BE49 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB11819073-
CMYK0.3800.620.25
HSL96.92º47.37%51.57%-
HSV(B)96.92º61.58%74.51%-
XYZ27.0941.1612.82-
YUV155.1381.65101.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=30.97%
G=49.87%
B=19.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal118190730.3800.620.2596.9247.3751.57
Hex76BE492603E19612f34
Octal16627611146076311415764
Binary11101101011111010010011001100111110110011100001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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