#76B68D

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

Shades of Bay Leaf #76B68D

Tints of Bay Leaf #76B68D

Color information

#76B68D (or 0x76B68D) is unknown color: approx Bay Leaf. HEX triplet: 76, B6 and 8D. RGB value is (118,182,141). Sum of RGB (Red+Green+Blue) = 118+182+141=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 182 - color contains mainly: green. Hex color #76B68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B68D is #894972. Grayscale: #9E9E9E. Windows color (decimal): -8997235 or 9287286. OLE color: 9287286.

HSL color Cylindrical-coordinate representation of color #76B68D: hue angle of 141.56º 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 #76B68D is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB118182141-
CMYK0.3500.230.29
HSL141.56º30.48%58.82%-
HSV(B)141.56º35.16%71.37%-
XYZ29.0139.2331.24-
YUV158.19118.399.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=26.76%
G=41.27%
B=31.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181821410.3500.230.29141.5630.4858.82
Hex76B68D230171D8e1e3b
Octal16626621543027352163673
Binary11101101011011010001101100011010111111011000111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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