#77B280

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

Shades of Bay Leaf #77B280

Tints of Bay Leaf #77B280

Color information

#77B280 (or 0x77B280) is unknown color: approx Bay Leaf. HEX triplet: 77, B2 and 80. RGB value is (119,178,128). Sum of RGB (Red+Green+Blue) = 119+178+128=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #77B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B280 is #884D7F. Grayscale: #9A9A9A. Windows color (decimal): -8932736 or 8434295. OLE color: 8434295.

HSL color Cylindrical-coordinate representation of color #77B280: hue angle of 129.15º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77B280 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB119178128-
CMYK0.3300.280.30
HSL129.15º27.7%58.24%-
HSV(B)129.15º33.15%69.8%-
XYZ27.4237.3226.18-
YUV154.66112.95102.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 128 (50.39% from 255) = 30.12%
R=28%
G=41.88%
B=30.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191781280.3300.280.30129.1527.758.24
Hex77B2802101C1E811c3a
Octal16726220041034362013472
Binary11101111011001010000000100001011100111101000000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,178,128); }

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

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

 a { background-color: rgb(119,178,128); }

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

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

 span { border-color: rgb(119,178,128); }

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