#76BD46

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

Shades of Apple #76BD46

Tints of Apple #76BD46

Color information

#76BD46 (or 0x76BD46) is unknown color: approx Apple. HEX triplet: 76, BD and 46. RGB value is (118,189,70). Sum of RGB (Red+Green+Blue) = 118+189+70=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #76BD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BD46 is #8942B9. Grayscale: #9A9A9A. Windows color (decimal): -8995514 or 4636022. OLE color: 4636022.

HSL color Cylindrical-coordinate representation of color #76BD46: hue angle of 95.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76BD46 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB11818970-
CMYK0.3800.630.26
HSL95.8º47.41%50.78%-
HSV(B)95.8º62.96%74.12%-
XYZ26.7740.6912.24-
YUV154.280.48102.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 189 (74.22% from 255) = 50.13%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=31.30%
G=50.13%
B=18.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal118189700.3800.630.2695.847.4150.78
Hex76BD462603F1A602f33
Octal16627510646077321405763
Binary11101101011110110001101001100111111110101100000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,189,70); }

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

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

 a { background-color: rgb(118,189,70); }

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

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

 span { border-color: rgb(118,189,70); }

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