#77AC84

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

Shades of Bay Leaf #77AC84

Tints of Bay Leaf #77AC84

Color information

#77AC84 (or 0x77AC84) is unknown color: approx Bay Leaf. HEX triplet: 77, AC and 84. RGB value is (119,172,132). Sum of RGB (Red+Green+Blue) = 119+172+132=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #77AC84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AC84 is #88537B. Grayscale: #979797. Windows color (decimal): -8934268 or 8694903. OLE color: 8694903.

HSL color Cylindrical-coordinate representation of color #77AC84: hue angle of 134.72º 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 #77AC84 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB119172132-
CMYK0.3100.230.33
HSL134.72º24.2%57.06%-
HSV(B)134.72º30.81%67.45%-
XYZ26.5335.0927.21-
YUV151.59116.94104.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=28.13%
G=40.66%
B=31.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191721320.3100.230.33134.7224.257.06
Hex77AC841F01721871839
Octal16725420437027412073071
Binary11101111010110010000100111110101111000011000011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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