#76BB40

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

Shades of Apple #76BB40

Tints of Apple #76BB40

Color information

#76BB40 (or 0x76BB40) is unknown color: approx Apple. HEX triplet: 76, BB and 40. RGB value is (118,187,64). Sum of RGB (Red+Green+Blue) = 118+187+64=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB40 is #8944BF. Grayscale: #989898. Windows color (decimal): -8996032 or 4242294. OLE color: 4242294.

HSL color Cylindrical-coordinate representation of color #76BB40: hue angle of 93.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #76BB40 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB11818764-
CMYK0.3700.660.27
HSL93.66º49%49.22%-
HSV(B)93.66º65.78%73.33%-
XYZ26.1739.7611.15-
YUV152.3578.14103.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 187 (73.44% from 255) = 50.68%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=31.98%
G=50.68%
B=17.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118187640.3700.660.2793.664949.22
Hex76BB40250421B5e3131
Octal166273100450102331366161
Binary111011010111011100000010010101000010110111011110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,64); }

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

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

 a { background-color: rgb(118,187,64); }

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

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

 span { border-color: rgb(118,187,64); }

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