#76BA87

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

Shades of Bay Leaf #76BA87

Tints of Bay Leaf #76BA87

Color information

#76BA87 (or 0x76BA87) is unknown color: approx Bay Leaf. HEX triplet: 76, BA and 87. RGB value is (118,186,135). Sum of RGB (Red+Green+Blue) = 118+186+135=439 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.88% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA87 is #894578. Grayscale: #9F9F9F. Windows color (decimal): -8996217 or 8895094. OLE color: 8895094.

HSL color Cylindrical-coordinate representation of color #76BA87: hue angle of 135º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA87 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB118186135-
CMYK0.3700.270.27
HSL135º33.01%59.61%-
HSV(B)135º36.56%72.94%-
XYZ29.440.7229.23-
YUV159.85113.9798.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.88%
GREEN value IS 186 (73.05% from 255) = 42.37%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=26.88%
G=42.37%
B=30.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181861350.3700.270.2713533.0159.61
Hex76BA872501B1B87213c
Octal16627220745033332074174
Binary111011010111010100001111001010110111101110000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,186,135); }

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

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

 a { background-color: rgb(118,186,135); }

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

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

 span { border-color: rgb(118,186,135); }

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