#76B37F

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

Shades of Bay Leaf #76B37F

Tints of Bay Leaf #76B37F

Color information

#76B37F (or 0x76B37F) is unknown color: approx Bay Leaf. HEX triplet: 76, B3 and 7F. RGB value is (118,179,127). Sum of RGB (Red+Green+Blue) = 118+179+127=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 179 (70.31% from 255 or 42.22% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 179 - color contains mainly: green. Hex color #76B37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B37F is #894C80. Grayscale: #9A9A9A. Windows color (decimal): -8998017 or 8369014. OLE color: 8369014.

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

Color convert

RGB118179127-
CMYK0.3400.290.30
HSL128.85º28.64%58.24%-
HSV(B)128.85º34.08%70.2%-
XYZ27.4237.6225.9-
YUV154.83112.29101.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.83%
GREEN value IS 179 (70.31% from 255) = 42.22%
BLUE value IS 127 (50% from 255) = 29.95%
R=27.83%
G=42.22%
B=29.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1181791270.3400.290.30128.8528.6458.24
Hex76B37F2201D1E811d3a
Octal16626317742035362013572
Binary1110110101100111111111100010011101111101000000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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