#76BA45

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

Shades of Apple #76BA45

Tints of Apple #76BA45

Color information

#76BA45 (or 0x76BA45) is unknown color: approx Apple. HEX triplet: 76, BA and 45. RGB value is (118,186,69). Sum of RGB (Red+Green+Blue) = 118+186+69=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA45 is #8945BA. Grayscale: #989898. Windows color (decimal): -8996283 or 4569718. OLE color: 4569718.

HSL color Cylindrical-coordinate representation of color #76BA45: hue angle of 94.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76BA45 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB11818669-
CMYK0.3700.630.27
HSL94.87º45.88%50%-
HSV(B)94.87º62.9%72.94%-
XYZ26.139.411.86-
YUV152.3380.97103.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 186 (73.05% from 255) = 49.87%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=31.64%
G=49.87%
B=18.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118186690.3700.630.2794.8745.8850
Hex76BA452503F1B5f2e32
Octal16627210545077331375662
Binary11101101011101010001011001010111111110111011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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