#76BA8B

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

Shades of Bay Leaf #76BA8B

Tints of Bay Leaf #76BA8B

Color information

#76BA8B (or 0x76BA8B) is unknown color: approx Bay Leaf. HEX triplet: 76, BA and 8B. RGB value is (118,186,139). Sum of RGB (Red+Green+Blue) = 118+186+139=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA8B is #894574. Grayscale: #A0A0A0. Windows color (decimal): -8996213 or 9157238. OLE color: 9157238.

HSL color Cylindrical-coordinate representation of color #76BA8B: hue angle of 138.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA8B is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB118186139-
CMYK0.3700.250.27
HSL138.53º33.01%59.61%-
HSV(B)138.53º36.56%72.94%-
XYZ29.6940.8330.74-
YUV160.31115.9797.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=26.64%
G=41.99%
B=31.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861390.3700.250.27138.5333.0159.61
Hex76BA8B250191B8b213c
Octal16627221345031332134174
Binary111011010111010100010111001010110011101110001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,139); }

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

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

 a { background-color: rgb(118,186,139); }

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

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

 span { border-color: rgb(118,186,139); }

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