#77BF8E

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

Shades of Bay Leaf #77BF8E

Tints of Bay Leaf #77BF8E

Color information

#77BF8E (or 0x77BF8E) is unknown color: approx Bay Leaf. HEX triplet: 77, BF and 8E. RGB value is (119,191,142). Sum of RGB (Red+Green+Blue) = 119+191+142=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 191 - color contains mainly: green. Hex color #77BF8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BF8E is #884071. Grayscale: #A4A4A4. Windows color (decimal): -8929394 or 9355127. OLE color: 9355127.

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

Color convert

RGB119191142-
CMYK0.3800.260.25
HSL139.17º36%60.78%-
HSV(B)139.17º37.7%74.9%-
XYZ31.1243.1432.28-
YUV163.89115.6595.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 191 (75% from 255) = 42.26%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=26.33%
G=42.26%
B=31.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191911420.3800.260.25139.173660.78
Hex77BF8E2601A198b243d
Octal16727721646032312134475
Binary111011110111111100011101001100110101100110001011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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