#79B98F

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

Shades of Bay Leaf #79B98F

Tints of Bay Leaf #79B98F

Color information

#79B98F (or 0x79B98F) is unknown color: approx Bay Leaf. HEX triplet: 79, B9 and 8F. RGB value is (121,185,143). Sum of RGB (Red+Green+Blue) = 121+185+143=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #79B98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B98F is #864670. Grayscale: #A1A1A1. Windows color (decimal): -8799857 or 9419129. OLE color: 9419129.

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

Color convert

RGB121185143-
CMYK0.3500.230.27
HSL140.62º31.37%60%-
HSV(B)140.62º34.59%72.55%-
XYZ30.1940.7532.26-
YUV161.08117.899.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.95%
GREEN value IS 185 (72.66% from 255) = 41.20%
BLUE value IS 143 (56.25% from 255) = 31.85%
R=26.95%
G=41.20%
B=31.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211851430.3500.230.27140.6231.3760
Hex79B98F230171B8d1f3c
Octal17127121743027332153774
Binary11110011011100110001111100011010111110111000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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