#77B47F

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

Shades of Bay Leaf #77B47F

Tints of Bay Leaf #77B47F

Color information

#77B47F (or 0x77B47F) is unknown color: approx Bay Leaf. HEX triplet: 77, B4 and 7F. RGB value is (119,180,127). Sum of RGB (Red+Green+Blue) = 119+180+127=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #77B47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B47F is #884B80. Grayscale: #9B9B9B. Windows color (decimal): -8932225 or 8369271. OLE color: 8369271.

HSL color Cylindrical-coordinate representation of color #77B47F: hue angle of 127.87º degrees, saturation: 0.29, 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 #77B47F is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB119180127-
CMYK0.3400.290.29
HSL127.87º28.91%58.63%-
HSV(B)127.87º33.89%70.59%-
XYZ27.7638.125.97-
YUV155.72111.79101.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 127 (50% from 255) = 29.81%
R=27.93%
G=42.25%
B=29.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801270.3400.290.29127.8728.9158.63
Hex77B47F2201D1D801d3b
Octal16726417742035352003573
Binary1110111101101001111111100010011101111011000000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,180,127); }

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

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

 a { background-color: rgb(119,180,127); }

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

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

 span { border-color: rgb(119,180,127); }

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