#76C13E

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

Shades of Apple #76C13E

Tints of Apple #76C13E

Color information

#76C13E (or 0x76C13E) is unknown color: approx Apple. HEX triplet: 76, C1 and 3E. RGB value is (118,193,62). Sum of RGB (Red+Green+Blue) = 118+193+62=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 62 (24.61% from 255 or 16.62% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #76C13E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C13E is #893EC1. Grayscale: #9C9C9C. Windows color (decimal): -8994498 or 4112758. OLE color: 4112758.

HSL color Cylindrical-coordinate representation of color #76C13E: hue angle of 94.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76C13E is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB11819362-
CMYK0.3900.680.24
HSL94.35º51.37%50%-
HSV(B)94.35º67.88%75.69%-
XYZ27.4142.3411.29-
YUV155.6475.15101.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 62 (24.61% from 255) = 16.62%
R=31.64%
G=51.74%
B=16.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal118193620.3900.680.2494.3551.3750
Hex76C13E27044185e3332
Octal16630176470104301366362
Binary11101101100000111111010011101000100110001011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,62); }

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

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

 a { background-color: rgb(118,193,62); }

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

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

 span { border-color: rgb(118,193,62); }

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