#76B749

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

Shades of Apple #76B749

Tints of Apple #76B749

Color information

#76B749 (or 0x76B749) is unknown color: approx Apple. HEX triplet: 76, B7 and 49. RGB value is (118,183,73). Sum of RGB (Red+Green+Blue) = 118+183+73=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #76B749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B749 is #8948B6. Grayscale: #979797. Windows color (decimal): -8997047 or 4831094. OLE color: 4831094.

HSL color Cylindrical-coordinate representation of color #76B749: hue angle of 95.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76B749 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB11818373-
CMYK0.3600.600.28
HSL95.45º43.31%50.2%-
HSV(B)95.45º60.11%71.76%-
XYZ25.6138.212.33-
YUV151.0283.97104.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 183 (71.88% from 255) = 48.93%
BLUE value IS 73 (28.91% from 255) = 19.52%
R=31.55%
G=48.93%
B=19.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal118183730.3600.600.2895.4543.3150.2
Hex76B7492403C1C5f2b32
Octal16626711144074341375362
Binary11101101011011110010011001000111100111001011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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