#79B48B

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

Shades of Bay Leaf #79B48B

Tints of Bay Leaf #79B48B

Color information

#79B48B (or 0x79B48B) is unknown color: approx Bay Leaf. HEX triplet: 79, B4 and 8B. RGB value is (121,180,139). Sum of RGB (Red+Green+Blue) = 121+180+139=440 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.5% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #79B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B48B is #864B74. Grayscale: #9D9D9D. Windows color (decimal): -8801141 or 9155705. OLE color: 9155705.

HSL color Cylindrical-coordinate representation of color #79B48B: hue angle of 138.31º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B48B is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB121180139-
CMYK0.3300.230.29
HSL138.31º28.23%59.02%-
HSV(B)138.31º32.78%70.59%-
XYZ28.8738.5730.35-
YUV157.68117.45101.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.5%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=27.5%
G=40.91%
B=31.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801390.3300.230.29138.3128.2359.02
Hex79B48B210171D8a1c3b
Octal17126421341027352123473
Binary11110011011010010001011100001010111111011000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,180,139); }

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

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

 a { background-color: rgb(121,180,139); }

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

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

 span { border-color: rgb(121,180,139); }

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