#76B946

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

Shades of Apple #76B946

Tints of Apple #76B946

Color information

#76B946 (or 0x76B946) is unknown color: approx Apple. HEX triplet: 76, B9 and 46. RGB value is (118,185,70). Sum of RGB (Red+Green+Blue) = 118+185+70=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #76B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B946 is #8946B9. Grayscale: #989898. Windows color (decimal): -8996538 or 4634998. OLE color: 4634998.

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

Color convert

RGB11818570-
CMYK0.3600.620.27
HSL94.96º45.1%50%-
HSV(B)94.96º62.16%72.55%-
XYZ25.9338.9911.95-
YUV151.8681.8103.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=31.64%
G=49.60%
B=18.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal118185700.3600.620.2794.9645.150
Hex76B9462403E1B5f2d32
Octal16627110644076331375562
Binary11101101011100110001101001000111110110111011111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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