#76AE8E

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

Shades of Bay Leaf #76AE8E

Tints of Bay Leaf #76AE8E

Color information

#76AE8E (or 0x76AE8E) is unknown color: approx Bay Leaf. HEX triplet: 76, AE and 8E. RGB value is (118,174,142). Sum of RGB (Red+Green+Blue) = 118+174+142=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AE8E is #895171. Grayscale: #999999. Windows color (decimal): -8999282 or 9350774. OLE color: 9350774.

HSL color Cylindrical-coordinate representation of color #76AE8E: hue angle of 145.71º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76AE8E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB118174142-
CMYK0.3200.180.32
HSL145.71º25.69%57.25%-
HSV(B)145.71º32.18%68.24%-
XYZ27.4936.0831.11-
YUV153.61121.45102.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 174 (68.36% from 255) = 40.09%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=27.19%
G=40.09%
B=32.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1181741420.3200.180.32145.7125.6957.25
Hex76AE8E2001220921a39
Octal16625621640022402223271
Binary111011010101110100011101000000100101000001001001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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