#77BB8D

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

Shades of Bay Leaf #77BB8D

Tints of Bay Leaf #77BB8D

Color information

#77BB8D (or 0x77BB8D) is unknown color: approx Bay Leaf. HEX triplet: 77, BB and 8D. RGB value is (119,187,141). Sum of RGB (Red+Green+Blue) = 119+187+141=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BB8D is #884472. Grayscale: #A1A1A1. Windows color (decimal): -8930419 or 9288567. OLE color: 9288567.

HSL color Cylindrical-coordinate representation of color #77BB8D: hue angle of 139.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BB8D is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB119187141-
CMYK0.3600.250.27
HSL139.41º33.33%60%-
HSV(B)139.41º36.36%73.33%-
XYZ30.1941.3931.6-
YUV161.42116.4797.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 187 (73.44% from 255) = 41.83%
BLUE value IS 141 (55.47% from 255) = 31.54%
R=26.62%
G=41.83%
B=31.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871410.3600.250.27139.4133.3360
Hex77BB8D240191B8b213c
Octal16727321544031332134174
Binary111011110111011100011011001000110011101110001011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,141); }

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

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

 a { background-color: rgb(119,187,141); }

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

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

 span { border-color: rgb(119,187,141); }

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