#79B38B

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

Shades of Bay Leaf #79B38B

Tints of Bay Leaf #79B38B

Color information

#79B38B (or 0x79B38B) is unknown color: approx Bay Leaf. HEX triplet: 79, B3 and 8B. RGB value is (121,179,139). Sum of RGB (Red+Green+Blue) = 121+179+139=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 179 - color contains mainly: green. Hex color #79B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B38B is #864C74. Grayscale: #9D9D9D. Windows color (decimal): -8801397 or 9155449. OLE color: 9155449.

HSL color Cylindrical-coordinate representation of color #79B38B: hue angle of 138.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B38B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB121179139-
CMYK0.3200.220.30
HSL138.62º27.62%58.82%-
HSV(B)138.62º32.4%70.2%-
XYZ28.6738.1730.28-
YUV157.1117.78102.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=27.56%
G=40.77%
B=31.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211791390.3200.220.30138.6227.6258.82
Hex79B38B200161E8b1c3b
Octal17126321340026362133473
Binary11110011011001110001011100000010110111101000101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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