#76B37E

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

Shades of Bay Leaf #76B37E

Tints of Bay Leaf #76B37E

Color information

#76B37E (or 0x76B37E) is unknown color: approx Bay Leaf. HEX triplet: 76, B3 and 7E. RGB value is (118,179,126). Sum of RGB (Red+Green+Blue) = 118+179+126=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #76B37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B37E is #894C81. Grayscale: #9A9A9A. Windows color (decimal): -8998018 or 8303478. OLE color: 8303478.

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

Color convert

RGB118179126-
CMYK0.3400.300.30
HSL127.87º28.64%58.24%-
HSV(B)127.87º34.08%70.2%-
XYZ27.3637.625.55-
YUV154.72111.79101.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.90%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=27.90%
G=42.32%
B=29.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791260.3400.300.30127.8728.6458.24
Hex76B37E2201E1E801d3a
Octal16626317642036362003572
Binary1110110101100111111110100010011110111101000000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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