#79AA8E

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

Shades of Bay Leaf #79AA8E

Tints of Bay Leaf #79AA8E

Color information

#79AA8E (or 0x79AA8E) is unknown color: approx Bay Leaf. HEX triplet: 79, AA and 8E. RGB value is (121,170,142). Sum of RGB (Red+Green+Blue) = 121+170+142=433 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.94% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 142 (55.86% from 255 or 32.79% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA8E is #865571. Grayscale: #989898. Windows color (decimal): -8803698 or 9349753. OLE color: 9349753.

HSL color Cylindrical-coordinate representation of color #79AA8E: hue angle of 145.71º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA8E is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB121170142-
CMYK0.2900.160.33
HSL145.71º22.37%57.06%-
HSV(B)145.71º28.82%66.67%-
XYZ27.1434.7730.87-
YUV152.16122.27105.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.94%
GREEN value IS 170 (66.80% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 32.79%
R=27.94%
G=39.26%
B=32.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701420.2900.160.33145.7122.3757.06
Hex79AA8E1D01021921639
Octal17125221635020412222671
Binary11110011010101010001110111010100001000011001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,142); }

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

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

 a { background-color: rgb(121,170,142); }

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

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

 span { border-color: rgb(121,170,142); }

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