#79AC7E

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

Shades of Bay Leaf #79AC7E

Tints of Bay Leaf #79AC7E

Color information

#79AC7E (or 0x79AC7E) is unknown color: approx Bay Leaf. HEX triplet: 79, AC and 7E. RGB value is (121,172,126). Sum of RGB (Red+Green+Blue) = 121+172+126=419 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.88% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #79AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AC7E is #865381. Grayscale: #979797. Windows color (decimal): -8803202 or 8301689. OLE color: 8301689.

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

Color convert

RGB121172126-
CMYK0.3000.270.33
HSL125.88º23.5%57.45%-
HSV(B)125.88º29.65%67.45%-
XYZ26.435.0825.12-
YUV151.51113.6106.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.88%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=28.88%
G=41.05%
B=30.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211721260.3000.270.33125.8823.557.45
Hex79AC7E1E01B217e1839
Octal17125417636033411763071
Binary111100110101100111111011110011011100001111111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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