#76B240

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

Shades of Apple #76B240

Tints of Apple #76B240

Color information

#76B240 (or 0x76B240) is unknown color: approx Apple. HEX triplet: 76, B2 and 40. RGB value is (118,178,64). Sum of RGB (Red+Green+Blue) = 118+178+64=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #76B240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B240 is #894DBF. Grayscale: #939393. Windows color (decimal): -8998336 or 4239990. OLE color: 4239990.

HSL color Cylindrical-coordinate representation of color #76B240: hue angle of 91.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76B240 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB11817864-
CMYK0.3400.640.30
HSL91.58º47.11%47.45%-
HSV(B)91.58º64.04%69.8%-
XYZ24.3236.0610.53-
YUV147.0681.12107.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 178 (69.92% from 255) = 49.44%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=32.78%
G=49.44%
B=17.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118178640.3400.640.3091.5847.1147.45
Hex76B240220401E5c2f2f
Octal166262100420100361345757
Binary111011010110010100000010001001000000111101011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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