#77B57D

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

Shades of Bay Leaf #77B57D

Tints of Bay Leaf #77B57D

Color information

#77B57D (or 0x77B57D) is unknown color: approx Bay Leaf. HEX triplet: 77, B5 and 7D. RGB value is (119,181,125). Sum of RGB (Red+Green+Blue) = 119+181+125=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #77B57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B57D is #884A82. Grayscale: #9C9C9C. Windows color (decimal): -8931971 or 8238455. OLE color: 8238455.

HSL color Cylindrical-coordinate representation of color #77B57D: hue angle of 125.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77B57D is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB119181125-
CMYK0.3400.310.29
HSL125.81º29.52%58.82%-
HSV(B)125.81º34.25%70.98%-
XYZ27.8338.4525.36-
YUV156.08110.46101.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 125 (49.22% from 255) = 29.41%
R=28%
G=42.59%
B=29.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191811250.3400.310.29125.8129.5258.82
Hex77B57D2201F1D7e1e3b
Octal16726517542037351763673
Binary111011110110101111110110001001111111101111111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,181,125); }

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

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

 a { background-color: rgb(119,181,125); }

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

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

 span { border-color: rgb(119,181,125); }

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