#77BF8B

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

Shades of Bay Leaf #77BF8B

Tints of Bay Leaf #77BF8B

Color information

#77BF8B (or 0x77BF8B) is unknown color: approx Bay Leaf. HEX triplet: 77, BF and 8B. RGB value is (119,191,139). Sum of RGB (Red+Green+Blue) = 119+191+139=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF8B is #884074. Grayscale: #A3A3A3. Windows color (decimal): -8929397 or 9158519. OLE color: 9158519.

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

Color convert

RGB119191139-
CMYK0.3800.270.25
HSL136.67º36%60.78%-
HSV(B)136.67º37.7%74.9%-
XYZ30.943.0531.11-
YUV163.54114.1596.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 191 (75% from 255) = 42.54%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=26.50%
G=42.54%
B=30.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911390.3800.270.25136.673660.78
Hex77BF8B2601B1989243d
Octal16727721346033312114475
Binary111011110111111100010111001100110111100110001001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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