#79A58C

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

Shades of Bay Leaf #79A58C

Tints of Bay Leaf #79A58C

Color information

#79A58C (or 0x79A58C) is unknown color: approx Bay Leaf. HEX triplet: 79, A5 and 8C. RGB value is (121,165,140). Sum of RGB (Red+Green+Blue) = 121+165+140=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #79A58C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A58C is #865A73. Grayscale: #959595. Windows color (decimal): -8804980 or 9217401. OLE color: 9217401.

HSL color Cylindrical-coordinate representation of color #79A58C: hue angle of 145.91º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79A58C is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB121165140-
CMYK0.2700.150.35
HSL145.91º19.64%56.08%-
HSV(B)145.91º26.67%64.71%-
XYZ26.0732.8729.78-
YUV148.99122.92108.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 140 (55.08% from 255) = 32.86%
R=28.40%
G=38.73%
B=32.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1211651400.2700.150.35145.9119.6456.08
Hex79A58C1B0F23921438
Octal17124521433017432222470
Binary1111001101001011000110011011011111000111001001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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