#7CBC40

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

Shades of Apple #7CBC40

Tints of Apple #7CBC40

Color information

#7CBC40 (or 0x7CBC40) is unknown color: approx Apple. HEX triplet: 7C, BC and 40. RGB value is (124,188,64). Sum of RGB (Red+Green+Blue) = 124+188+64=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBC40 is #8343BF. Grayscale: #9B9B9B. Windows color (decimal): -8602560 or 4242556. OLE color: 4242556.

HSL color Cylindrical-coordinate representation of color #7CBC40: hue angle of 90.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CBC40 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB12418864-
CMYK0.3400.660.26
HSL90.97º49.21%49.41%-
HSV(B)90.97º65.96%73.73%-
XYZ27.2240.6211.26-
YUV154.7376.8106.08-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.98%
GREEN value IS 188 (73.83% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=32.98%
G=50%
B=17.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124188640.3400.660.2690.9749.2149.41
Hex7CBC40220421A5b3131
Octal174274100420102321336161
Binary111110010111100100000010001001000010110101011011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CBC40; }

 p { color: rgb(124,188,64); }

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

<style>
 a { background-color: #7CBC40; }

 a { background-color: rgb(124,188,64); }

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

<style>
 span { border-color: #7CBC40; }

 span { border-color: rgb(124,188,64); }

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