#76B745

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

Shades of Apple #76B745

Tints of Apple #76B745

Color information

#76B745 (or 0x76B745) is unknown color: approx Apple. HEX triplet: 76, B7 and 45. RGB value is (118,183,69). Sum of RGB (Red+Green+Blue) = 118+183+69=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #76B745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B745 is #8948BA. Grayscale: #969696. Windows color (decimal): -8997051 or 4568950. OLE color: 4568950.

HSL color Cylindrical-coordinate representation of color #76B745: hue angle of 94.21º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76B745 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB11818369-
CMYK0.3600.620.28
HSL94.21º45.24%49.41%-
HSV(B)94.21º62.3%71.76%-
XYZ25.4838.1511.65-
YUV150.5781.97104.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 183 (71.88% from 255) = 49.46%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=31.89%
G=49.46%
B=18.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183690.3600.620.2894.2145.2449.41
Hex76B7452403E1C5e2d31
Octal16626710544076341365561
Binary11101101011011110001011001000111110111001011110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,183,69); }

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

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

 a { background-color: rgb(118,183,69); }

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

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

 span { border-color: rgb(118,183,69); }

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