#79ba8c

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

Shades of Bay Leaf #79BA8C

Tints of Bay Leaf #79BA8C

Color information

#79BA8C (or 0x79BA8C) is unknown color: approx Bay Leaf. HEX triplet: 79, BA and 8C. RGB value is (121,186,140). Sum of RGB (Red+Green+Blue) = 121+186+140=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BA8C is #864573. Grayscale: #A1A1A1. Windows color (decimal): -8799604 or 9222777. OLE color: 9222777.

HSL color Cylindrical-coordinate representation of color #79BA8C: hue angle of 137.54º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79BA8C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB121186140-
CMYK0.3500.250.27
HSL137.54º32.02%60.2%-
HSV(B)137.54º34.95%72.94%-
XYZ30.1841.0831.15-
YUV161.32115.9799.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.07%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=27.07%
G=41.61%
B=31.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211861400.3500.250.27137.5432.0260.2
Hex79BA8C230191B8a203c
Octal17127221443031332124074
Binary111100110111010100011001000110110011101110001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ba8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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