#76D13A

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

Shades of Apple #76D13A

Tints of Apple #76D13A

Color information

#76D13A (or 0x76D13A) is unknown color: approx Apple. HEX triplet: 76, D1 and 3A. RGB value is (118,209,58). Sum of RGB (Red+Green+Blue) = 118+209+58=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #76D13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D13A is #892EC5. Grayscale: #A5A5A5. Windows color (decimal): -8990406 or 3854710. OLE color: 3854710.

HSL color Cylindrical-coordinate representation of color #76D13A: hue angle of 96.16º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76D13A is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB11820958-
CMYK0.4400.720.18
HSL96.16º62.14%52.35%-
HSV(B)96.16º72.25%81.96%-
XYZ31.0449.7611.97-
YUV164.5867.8594.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.65%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=30.65%
G=54.29%
B=15.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal118209580.4400.720.1896.1662.1452.35
Hex76D13A2C04812603e34
Octal16632172540110221407664
Binary11101101101000111101010110001001000100101100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,209,58); }

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

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

 a { background-color: rgb(118,209,58); }

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

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

 span { border-color: rgb(118,209,58); }

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