#76AD8E

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

Shades of Bay Leaf #76AD8E

Tints of Bay Leaf #76AD8E

Color information

#76AD8E (or 0x76AD8E) is unknown color: approx Bay Leaf. HEX triplet: 76, AD and 8E. RGB value is (118,173,142). Sum of RGB (Red+Green+Blue) = 118+173+142=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #76AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AD8E is #895271. Grayscale: #999999. Windows color (decimal): -8999538 or 9350518. OLE color: 9350518.

HSL color Cylindrical-coordinate representation of color #76AD8E: hue angle of 146.18º degrees, saturation: 0.25, 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 #76AD8E is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB118173142-
CMYK0.3200.180.32
HSL146.18º25.11%57.06%-
HSV(B)146.18º31.79%67.84%-
XYZ27.335.6931.04-
YUV153.02121.78103.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=27.25%
G=39.95%
B=32.79%

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
Decimal1181731420.3200.180.32146.1825.1157.06
Hex76AD8E2001220921939
Octal16625521640022402223171
Binary111011010101101100011101000000100101000001001001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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