#76B682

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

Shades of Bay Leaf #76B682

Tints of Bay Leaf #76B682

Color information

#76B682 (or 0x76B682) is unknown color: approx Bay Leaf. HEX triplet: 76, B6 and 82. RGB value is (118,182,130). Sum of RGB (Red+Green+Blue) = 118+182+130=430 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.44% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #76B682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B682 is #89497D. Grayscale: #9D9D9D. Windows color (decimal): -8997246 or 8566390. OLE color: 8566390.

HSL color Cylindrical-coordinate representation of color #76B682: hue angle of 131.25º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76B682 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB118182130-
CMYK0.3500.290.29
HSL131.25º30.48%58.82%-
HSV(B)131.25º35.16%71.37%-
XYZ28.2338.9227.14-
YUV156.94112.8100.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.44%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=27.44%
G=42.33%
B=30.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821300.3500.290.29131.2530.4858.82
Hex76B6822301D1D831e3b
Octal16626620243035352033673
Binary11101101011011010000010100011011101111011000001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,182,130); }

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

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

 a { background-color: rgb(118,182,130); }

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

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

 span { border-color: rgb(118,182,130); }

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