#77AE82

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

Shades of Bay Leaf #77AE82

Tints of Bay Leaf #77AE82

Color information

#77AE82 (or 0x77AE82) is unknown color: approx Bay Leaf. HEX triplet: 77, AE and 82. RGB value is (119,174,130). Sum of RGB (Red+Green+Blue) = 119+174+130=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #77AE82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AE82 is #88517D. Grayscale: #989898. Windows color (decimal): -8933758 or 8564343. OLE color: 8564343.

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

Color convert

RGB119174130-
CMYK0.3200.250.32
HSL132º25.35%57.45%-
HSV(B)132º31.61%68.24%-
XYZ26.7735.8126.62-
YUV152.54115.28104.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.13%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=28.13%
G=41.13%
B=30.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191741300.3200.250.3213225.3557.45
Hex77AE822001920841939
Octal16725620240031402043171
Binary111011110101110100000101000000110011000001000010011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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