#77BD8F

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

Shades of Bay Leaf #77BD8F

Tints of Bay Leaf #77BD8F

Color information

#77BD8F (or 0x77BD8F) is unknown color: approx Bay Leaf. HEX triplet: 77, BD and 8F. RGB value is (119,189,143). Sum of RGB (Red+Green+Blue) = 119+189+143=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #77BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BD8F is #884270. Grayscale: #A2A2A2. Windows color (decimal): -8929905 or 9420151. OLE color: 9420151.

HSL color Cylindrical-coordinate representation of color #77BD8F: hue angle of 140.57º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BD8F is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB119189143-
CMYK0.3700.240.26
HSL140.57º34.65%60.39%-
HSV(B)140.57º37.04%74.12%-
XYZ30.7642.332.53-
YUV162.83116.8196.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.39%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=26.39%
G=41.91%
B=31.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191891430.3700.240.26140.5734.6560.39
Hex77BD8F250181A8d233c
Octal16727521745030322154374
Binary111011110111101100011111001010110001101010001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,189,143); }

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

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

 a { background-color: rgb(119,189,143); }

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

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

 span { border-color: rgb(119,189,143); }

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