#79AA8B

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

Shades of Bay Leaf #79AA8B

Tints of Bay Leaf #79AA8B

Color information

#79AA8B (or 0x79AA8B) is unknown color: approx Bay Leaf. HEX triplet: 79, AA and 8B. RGB value is (121,170,139). Sum of RGB (Red+Green+Blue) = 121+170+139=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA8B is #865574. Grayscale: #979797. Windows color (decimal): -8803701 or 9153145. OLE color: 9153145.

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

Color convert

RGB121170139-
CMYK0.2900.180.33
HSL142.04º22.37%57.06%-
HSV(B)142.04º28.82%66.67%-
XYZ26.9234.6829.7-
YUV151.82120.77106.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=28.14%
G=39.53%
B=32.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701390.2900.180.33142.0422.3757.06
Hex79AA8B1D012218e1639
Octal17125221335022412162671
Binary11110011010101010001011111010100101000011000111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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