#77AC8B

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

Shades of Bay Leaf #77AC8B

Tints of Bay Leaf #77AC8B

Color information

#77AC8B (or 0x77AC8B) is unknown color: approx Bay Leaf. HEX triplet: 77, AC and 8B. RGB value is (119,172,139). Sum of RGB (Red+Green+Blue) = 119+172+139=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AC8B is #885374. Grayscale: #989898. Windows color (decimal): -8934261 or 9153655. OLE color: 9153655.

HSL color Cylindrical-coordinate representation of color #77AC8B: hue angle of 142.64º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AC8B is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB119172139-
CMYK0.3100.190.33
HSL142.64º24.2%57.06%-
HSV(B)142.64º30.81%67.45%-
XYZ27.0235.2929.81-
YUV152.39120.44104.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=27.67%
G=40%
B=32.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191721390.3100.190.33142.6424.257.06
Hex77AC8B1F013218f1839
Octal16725421337023412173071
Binary11101111010110010001011111110100111000011000111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,139); }

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

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

 a { background-color: rgb(119,172,139); }

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

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

 span { border-color: rgb(119,172,139); }

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