#76B34D

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

Shades of Apple #76B34D

Tints of Apple #76B34D

Color information

#76B34D (or 0x76B34D) is unknown color: approx Apple. HEX triplet: 76, B3 and 4D. RGB value is (118,179,77). Sum of RGB (Red+Green+Blue) = 118+179+77=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #76B34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B34D is #894CB2. Grayscale: #959595. Windows color (decimal): -8998067 or 5092214. OLE color: 5092214.

HSL color Cylindrical-coordinate representation of color #76B34D: hue angle of 95.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76B34D is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB11817977-
CMYK0.3400.570.30
HSL95.88º40.16%50.2%-
HSV(B)95.88º56.98%70.2%-
XYZ24.9336.6312.78-
YUV149.1387.29105.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.55%
GREEN value IS 179 (70.31% from 255) = 47.86%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=31.55%
G=47.86%
B=20.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal118179770.3400.570.3095.8840.1650.2
Hex76B34D220391E602832
Octal16626311542071361405062
Binary11101101011001110011011000100111001111101100000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,179,77); }

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

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

 a { background-color: rgb(118,179,77); }

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

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

 span { border-color: rgb(118,179,77); }

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