#79AA8A

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

Shades of Bay Leaf #79AA8A

Tints of Bay Leaf #79AA8A

Color information

#79AA8A (or 0x79AA8A) is unknown color: approx Bay Leaf. HEX triplet: 79, AA and 8A. RGB value is (121,170,138). Sum of RGB (Red+Green+Blue) = 121+170+138=429 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.21% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AA8A is #865575. Grayscale: #979797. Windows color (decimal): -8803702 or 9087609. OLE color: 9087609.

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

Color convert

RGB121170138-
CMYK0.2900.190.33
HSL140.82º22.37%57.06%-
HSV(B)140.82º28.82%66.67%-
XYZ26.8534.6529.32-
YUV151.7120.27106.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.21%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=28.21%
G=39.63%
B=32.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701380.2900.190.33140.8222.3757.06
Hex79AA8A1D013218d1639
Octal17125221235023412152671
Binary11110011010101010001010111010100111000011000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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