#76B989

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

Shades of Bay Leaf #76B989

Tints of Bay Leaf #76B989

Color information

#76B989 (or 0x76B989) is unknown color: approx Bay Leaf. HEX triplet: 76, B9 and 89. RGB value is (118,185,137). Sum of RGB (Red+Green+Blue) = 118+185+137=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 185 - color contains mainly: green. Hex color #76B989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B989 is #894676. Grayscale: #9F9F9F. Windows color (decimal): -8996471 or 9025910. OLE color: 9025910.

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

Color convert

RGB118185137-
CMYK0.3600.260.27
HSL137.01º32.37%59.41%-
HSV(B)137.01º36.22%72.55%-
XYZ29.3440.3629.91-
YUV159.5115.398.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 137 (53.91% from 255) = 31.14%
R=26.82%
G=42.05%
B=31.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181851370.3600.260.27137.0132.3759.41
Hex76B9892401A1B89203b
Octal16627121144032332114073
Binary111011010111001100010011001000110101101110001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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