#7BBD40

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

Shades of Apple #7BBD40

Tints of Apple #7BBD40

Color information

#7BBD40 (or 0x7BBD40) is unknown color: approx Apple. HEX triplet: 7B, BD and 40. RGB value is (123,189,64). Sum of RGB (Red+Green+Blue) = 123+189+64=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #7BBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBD40 is #8442BF. Grayscale: #9B9B9B. Windows color (decimal): -8667840 or 4242811. OLE color: 4242811.

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

Color convert

RGB12318964-
CMYK0.3500.660.26
HSL91.68º49.41%49.61%-
HSV(B)91.68º66.14%74.12%-
XYZ27.2940.9811.32-
YUV155.0276.63105.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 64 (25.39% from 255) = 17.02%
R=32.71%
G=50.27%
B=17.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123189640.3500.660.2691.6849.4149.61
Hex7BBD40230421A5c3132
Octal173275100430102321346162
Binary111101110111101100000010001101000010110101011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,189,64); }

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

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

 a { background-color: rgb(123,189,64); }

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

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

 span { border-color: rgb(123,189,64); }

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