#76C440

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

Shades of Apple #76C440

Tints of Apple #76C440

Color information

#76C440 (or 0x76C440) is unknown color: approx Apple. HEX triplet: 76, C4 and 40. RGB value is (118,196,64). Sum of RGB (Red+Green+Blue) = 118+196+64=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #76C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C440 is #893BBF. Grayscale: #9E9E9E. Windows color (decimal): -8993728 or 4244598. OLE color: 4244598.

HSL color Cylindrical-coordinate representation of color #76C440: hue angle of 95.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76C440 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB11819664-
CMYK0.4000.670.23
HSL95.45º52.8%50.98%-
HSV(B)95.45º67.35%76.86%-
XYZ28.1443.711.8-
YUV157.6375.1699.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 196 (76.95% from 255) = 51.85%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=31.22%
G=51.85%
B=16.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal118196640.4000.670.2395.4552.850.98
Hex76C44028043175f3533
Octal166304100500103271376563
Binary111011011000100100000010100001000011101111011111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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