#77C48D

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

Shades of Bay Leaf #77C48D

Tints of Bay Leaf #77C48D

Color information

#77C48D (or 0x77C48D) is unknown color: approx Bay Leaf. HEX triplet: 77, C4 and 8D. RGB value is (119,196,141). Sum of RGB (Red+Green+Blue) = 119+196+141=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #77C48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C48D is #883B72. Grayscale: #A6A6A6. Windows color (decimal): -8928115 or 9290871. OLE color: 9290871.

HSL color Cylindrical-coordinate representation of color #77C48D: hue angle of 137.14º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C48D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB119196141-
CMYK0.3900.280.23
HSL137.14º39.49%61.76%-
HSV(B)137.14º39.29%76.86%-
XYZ32.1645.3232.25-
YUV166.71113.4993.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 196 (76.95% from 255) = 42.98%
BLUE value IS 141 (55.47% from 255) = 30.92%
R=26.10%
G=42.98%
B=30.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961410.3900.280.23137.1439.4961.76
Hex77C48D2701C1789273e
Octal16730421547034272114776
Binary111011111000100100011011001110111001011110001001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,196,141); }

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

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

 a { background-color: rgb(119,196,141); }

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

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

 span { border-color: rgb(119,196,141); }

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