#76B380

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

Shades of Bay Leaf #76B380

Tints of Bay Leaf #76B380

Color information

#76B380 (or 0x76B380) is unknown color: approx Bay Leaf. HEX triplet: 76, B3 and 80. RGB value is (118,179,128). Sum of RGB (Red+Green+Blue) = 118+179+128=425 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.76% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 179 - color contains mainly: green. Hex color #76B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B380 is #894C7F. Grayscale: #9B9B9B. Windows color (decimal): -8998016 or 8434550. OLE color: 8434550.

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

Color convert

RGB118179128-
CMYK0.3400.280.30
HSL129.84º28.64%58.24%-
HSV(B)129.84º34.08%70.2%-
XYZ27.4937.6526.24-
YUV154.95112.79101.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.76%
GREEN value IS 179 (70.31% from 255) = 42.12%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=27.76%
G=42.12%
B=30.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791280.3400.280.30129.8428.6458.24
Hex76B3802201C1E821d3a
Octal16626320042034362023572
Binary11101101011001110000000100010011100111101000001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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