#76B38E

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

Shades of Bay Leaf #76B38E

Tints of Bay Leaf #76B38E

Color information

#76B38E (or 0x76B38E) is unknown color: approx Bay Leaf. HEX triplet: 76, B3 and 8E. RGB value is (118,179,142). Sum of RGB (Red+Green+Blue) = 118+179+142=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #76B38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B38E is #894C71. Grayscale: #9C9C9C. Windows color (decimal): -8998002 or 9352054. OLE color: 9352054.

HSL color Cylindrical-coordinate representation of color #76B38E: hue angle of 143.61º 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 #76B38E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB118179142-
CMYK0.3400.210.30
HSL143.61º28.64%58.24%-
HSV(B)143.61º34.08%70.2%-
XYZ28.4738.0431.43-
YUV156.54119.79100.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=26.88%
G=40.77%
B=32.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791420.3400.210.30143.6128.6458.24
Hex76B38E220151E901d3a
Octal16626321642025362203572
Binary11101101011001110001110100010010101111101001000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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