#76BE84

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

Shades of Bay Leaf #76BE84

Tints of Bay Leaf #76BE84

Color information

#76BE84 (or 0x76BE84) is unknown color: approx Bay Leaf. HEX triplet: 76, BE and 84. RGB value is (118,190,132). Sum of RGB (Red+Green+Blue) = 118+190+132=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BE84 is #89417B. Grayscale: #A2A2A2. Windows color (decimal): -8995196 or 8699510. OLE color: 8699510.

HSL color Cylindrical-coordinate representation of color #76BE84: hue angle of 131.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE84 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB118190132-
CMYK0.3800.310.25
HSL131.67º35.64%60.39%-
HSV(B)131.67º37.89%74.51%-
XYZ30.0542.3428.42-
YUV161.86111.1596.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 132 (51.95% from 255) = 30%
R=26.82%
G=43.18%
B=30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181901320.3800.310.25131.6735.6460.39
Hex76BE842601F1984243c
Octal16627620446037312044474
Binary111011010111110100001001001100111111100110000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,190,132); }

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

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

 a { background-color: rgb(118,190,132); }

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

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

 span { border-color: rgb(118,190,132); }

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