#77AE8C

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

Shades of Bay Leaf #77AE8C

Tints of Bay Leaf #77AE8C

Color information

#77AE8C (or 0x77AE8C) is unknown color: approx Bay Leaf. HEX triplet: 77, AE and 8C. RGB value is (119,174,140). Sum of RGB (Red+Green+Blue) = 119+174+140=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE8C is #885173. Grayscale: #999999. Windows color (decimal): -8933748 or 9219703. OLE color: 9219703.

HSL color Cylindrical-coordinate representation of color #77AE8C: hue angle of 142.91º 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 #77AE8C is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB119174140-
CMYK0.3200.200.32
HSL142.91º25.35%57.45%-
HSV(B)142.91º31.61%68.24%-
XYZ27.4836.0930.33-
YUV153.68120.28103.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.48%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=27.48%
G=40.18%
B=32.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191741400.3200.200.32142.9125.3557.45
Hex77AE8C20014208f1939
Octal16725621440024402173171
Binary111011110101110100011001000000101001000001000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AE8C; }

 p { color: rgb(119,174,140); }

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

<style>
 a { background-color: #77AE8C; }

 a { background-color: rgb(119,174,140); }

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

<style>
 span { border-color: #77AE8C; }

 span { border-color: rgb(119,174,140); }

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