#79AC8B

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

Shades of Bay Leaf #79AC8B

Tints of Bay Leaf #79AC8B

Color information

#79AC8B (or 0x79AC8B) is unknown color: approx Bay Leaf. HEX triplet: 79, AC and 8B. RGB value is (121,172,139). Sum of RGB (Red+Green+Blue) = 121+172+139=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AC8B is #865374. Grayscale: #999999. Windows color (decimal): -8803189 or 9153657. OLE color: 9153657.

HSL color Cylindrical-coordinate representation of color #79AC8B: hue angle of 141.18º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AC8B is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB121172139-
CMYK0.3000.190.33
HSL141.18º23.5%57.45%-
HSV(B)141.18º29.65%67.45%-
XYZ27.335.4329.83-
YUV152.99120.1105.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 139 (54.69% from 255) = 32.18%
R=28.01%
G=39.81%
B=32.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721390.3000.190.33141.1823.557.45
Hex79AC8B1E013218d1839
Octal17125421336023412153071
Binary11110011010110010001011111100100111000011000110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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