#79B98A

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

Shades of Bay Leaf #79B98A

Tints of Bay Leaf #79B98A

Color information

#79B98A (or 0x79B98A) is unknown color: approx Bay Leaf. HEX triplet: 79, B9 and 8A. RGB value is (121,185,138). Sum of RGB (Red+Green+Blue) = 121+185+138=444 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.25% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #79B98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B98A is #864675. Grayscale: #A0A0A0. Windows color (decimal): -8799862 or 9091449. OLE color: 9091449.

HSL color Cylindrical-coordinate representation of color #79B98A: hue angle of 135.94º degrees, saturation: 0.31, 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 #79B98A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB121185138-
CMYK0.3500.250.27
HSL135.94º31.37%60%-
HSV(B)135.94º34.59%72.55%-
XYZ29.8240.630.31-
YUV160.51115.399.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.25%
GREEN value IS 185 (72.66% from 255) = 41.67%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=27.25%
G=41.67%
B=31.08%

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
Decimal1211851380.3500.250.27135.9431.3760
Hex79B98A230191B881f3c
Octal17127121243031332103774
Binary11110011011100110001010100011011001110111000100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,185,138); }

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

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

 a { background-color: rgb(121,185,138); }

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

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

 span { border-color: rgb(121,185,138); }

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