#7BBC42

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

Shades of Apple #7BBC42

Tints of Apple #7BBC42

Color information

#7BBC42 (or 0x7BBC42) is unknown color: approx Apple. HEX triplet: 7B, BC and 42. RGB value is (123,188,66). Sum of RGB (Red+Green+Blue) = 123+188+66=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBC42 is #8443BD. Grayscale: #9B9B9B. Windows color (decimal): -8668094 or 4373627. OLE color: 4373627.

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

Color convert

RGB12318866-
CMYK0.3500.650.26
HSL91.97º48.03%49.8%-
HSV(B)91.97º64.89%73.73%-
XYZ27.1340.5711.56-
YUV154.6677.97105.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 188 (73.83% from 255) = 49.87%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=32.63%
G=49.87%
B=17.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123188660.3500.650.2691.9748.0349.8
Hex7BBC42230411A5c3032
Octal173274102430101321346062
Binary111101110111100100001010001101000001110101011100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,66); }

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

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

 a { background-color: rgb(123,188,66); }

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

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

 span { border-color: rgb(123,188,66); }

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