#76C43B

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

Shades of Apple #76C43B

Tints of Apple #76C43B

Color information

#76C43B (or 0x76C43B) is unknown color: approx Apple. HEX triplet: 76, C4 and 3B. RGB value is (118,196,59). Sum of RGB (Red+Green+Blue) = 118+196+59=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #76C43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C43B is #893BC4. Grayscale: #9D9D9D. Windows color (decimal): -8993733 or 3916918. OLE color: 3916918.

HSL color Cylindrical-coordinate representation of color #76C43B: hue angle of 94.16º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76C43B is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB11819659-
CMYK0.4000.700.23
HSL94.16º53.73%50%-
HSV(B)94.16º69.9%76.86%-
XYZ2843.6511.09-
YUV157.0672.66100.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=31.64%
G=52.55%
B=15.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118196590.4000.700.2394.1653.7350
Hex76C43B28046175e3632
Octal16630473500106271366662
Binary11101101100010011101110100001000110101111011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,59); }

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

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

 a { background-color: rgb(118,196,59); }

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

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

 span { border-color: rgb(118,196,59); }

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