#76B57F

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

Shades of Bay Leaf #76B57F

Tints of Bay Leaf #76B57F

Color information

#76B57F (or 0x76B57F) is unknown color: approx Bay Leaf. HEX triplet: 76, B5 and 7F. RGB value is (118,181,127). Sum of RGB (Red+Green+Blue) = 118+181+127=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #76B57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76B57F is #894A80. Grayscale: #9C9C9C. Windows color (decimal): -8997505 or 8369526. OLE color: 8369526.

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

Color convert

RGB118181127-
CMYK0.3500.300.29
HSL128.57º29.86%58.63%-
HSV(B)128.57º34.81%70.98%-
XYZ27.8338.4326.03-
YUV156.01111.63100.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.70%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 127 (50% from 255) = 29.81%
R=27.70%
G=42.49%
B=29.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1181811270.3500.300.29128.5729.8658.63
Hex76B57F2301E1D811e3b
Octal16626517743036352013673
Binary1110110101101011111111100011011110111011000000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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