#79BC8C

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

Shades of Bay Leaf #79BC8C

Tints of Bay Leaf #79BC8C

Color information

#79BC8C (or 0x79BC8C) is unknown color: approx Bay Leaf. HEX triplet: 79, BC and 8C. RGB value is (121,188,140). Sum of RGB (Red+Green+Blue) = 121+188+140=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #79BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BC8C is #864373. Grayscale: #A2A2A2. Windows color (decimal): -8799092 or 9223289. OLE color: 9223289.

HSL color Cylindrical-coordinate representation of color #79BC8C: hue angle of 137.01º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BC8C is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB121188140-
CMYK0.3600.260.26
HSL137.01º33.33%60.59%-
HSV(B)137.01º35.64%73.73%-
XYZ30.641.9231.29-
YUV162.5115.398.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 188 (73.83% from 255) = 41.87%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=26.95%
G=41.87%
B=31.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211881400.3600.260.26137.0133.3360.59
Hex79BC8C2401A1A89213d
Octal17127421444032322114175
Binary111100110111100100011001001000110101101010001001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79BC8C; }

 p { color: rgb(121,188,140); }

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

<style>
 a { background-color: #79BC8C; }

 a { background-color: rgb(121,188,140); }

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

<style>
 span { border-color: #79BC8C; }

 span { border-color: rgb(121,188,140); }

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