#77B28E

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

Shades of Bay Leaf #77B28E

Tints of Bay Leaf #77B28E

Color information

#77B28E (or 0x77B28E) is unknown color: approx Bay Leaf. HEX triplet: 77, B2 and 8E. RGB value is (119,178,142). Sum of RGB (Red+Green+Blue) = 119+178+142=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #77B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77B28E is #884D71. Grayscale: #9C9C9C. Windows color (decimal): -8932722 or 9351799. OLE color: 9351799.

HSL color Cylindrical-coordinate representation of color #77B28E: hue angle of 143.39º 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 #77B28E is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB119178142-
CMYK0.3300.200.30
HSL143.39º27.7%58.24%-
HSV(B)143.39º33.15%69.8%-
XYZ28.4137.7231.37-
YUV156.25119.95101.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 178 (69.92% from 255) = 40.55%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=27.11%
G=40.55%
B=32.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1191781420.3300.200.30143.3927.758.24
Hex77B28E210141E8f1c3a
Octal16726221641024362173472
Binary11101111011001010001110100001010100111101000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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