#76BB8E

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

Shades of Bay Leaf #76BB8E

Tints of Bay Leaf #76BB8E

Color information

#76BB8E (or 0x76BB8E) is unknown color: approx Bay Leaf. HEX triplet: 76, BB and 8E. RGB value is (118,187,142). Sum of RGB (Red+Green+Blue) = 118+187+142=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BB8E is #894471. Grayscale: #A1A1A1. Windows color (decimal): -8995954 or 9354102. OLE color: 9354102.

HSL color Cylindrical-coordinate representation of color #76BB8E: hue angle of 140.87º degrees, saturation: 0.34, 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 #76BB8E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB118187142-
CMYK0.3700.240.27
HSL140.87º33.66%59.8%-
HSV(B)140.87º36.9%73.33%-
XYZ30.1241.3531.98-
YUV161.24117.1497.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.40%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=26.40%
G=41.83%
B=31.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181871420.3700.240.27140.8733.6659.8
Hex76BB8E250181B8d223c
Octal16627321645030332154274
Binary111011010111011100011101001010110001101110001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,187,142); }

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

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

 a { background-color: rgb(118,187,142); }

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

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

 span { border-color: rgb(118,187,142); }

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