#77B18B

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

Shades of Bay Leaf #77B18B

Tints of Bay Leaf #77B18B

Color information

#77B18B (or 0x77B18B) is unknown color: approx Bay Leaf. HEX triplet: 77, B1 and 8B. RGB value is (119,177,139). Sum of RGB (Red+Green+Blue) = 119+177+139=435 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.36% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 177 - color contains mainly: green. Hex color #77B18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B18B is #884E74. Grayscale: #9B9B9B. Windows color (decimal): -8932981 or 9154935. OLE color: 9154935.

HSL color Cylindrical-coordinate representation of color #77B18B: hue angle of 140.69º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B18B is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB119177139-
CMYK0.3300.210.31
HSL140.69º27.1%58.04%-
HSV(B)140.69º32.77%69.41%-
XYZ27.9937.2330.14-
YUV155.33118.78102.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.36%
GREEN value IS 177 (69.53% from 255) = 40.69%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=27.36%
G=40.69%
B=31.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191771390.3300.210.31140.6927.158.04
Hex77B18B210151F8d1b3a
Octal16726121341025372153372
Binary11101111011000110001011100001010101111111000110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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