#7cb642

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

Shades of Apple #7CB642

Tints of Apple #7CB642

Color information

#7CB642 (or 0x7CB642) is unknown color: approx Apple. HEX triplet: 7C, B6 and 42. RGB value is (124,182,66). Sum of RGB (Red+Green+Blue) = 124+182+66=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB642 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB642 is #8349BD. Grayscale: #979797. Windows color (decimal): -8604094 or 4372092. OLE color: 4372092.

HSL color Cylindrical-coordinate representation of color #7CB642: hue angle of 90º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CB642 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB12418266-
CMYK0.3200.640.29
HSL90º46.77%48.63%-
HSV(B)90º63.74%71.37%-
XYZ26.0238.1311.14-
YUV151.4379.78108.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=33.33%
G=48.92%
B=17.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124182660.3200.640.299046.7748.63
Hex7CB642200401D5a2f31
Octal174266102400100351325761
Binary111110010110110100001010000001000000111011011010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,182,66); }

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

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

 a { background-color: rgb(124,182,66); }

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

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

 span { border-color: rgb(124,182,66); }

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