#79AD8A

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

Shades of Bay Leaf #79AD8A

Tints of Bay Leaf #79AD8A

Color information

#79AD8A (or 0x79AD8A) is unknown color: approx Bay Leaf. HEX triplet: 79, AD and 8A. RGB value is (121,173,138). Sum of RGB (Red+Green+Blue) = 121+173+138=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #79AD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AD8A is #865275. Grayscale: #999999. Windows color (decimal): -8802934 or 9088377. OLE color: 9088377.

HSL color Cylindrical-coordinate representation of color #79AD8A: hue angle of 139.62º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79AD8A is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB121173138-
CMYK0.3000.200.32
HSL139.62º24.07%57.65%-
HSV(B)139.62º30.06%67.84%-
XYZ27.4235.7929.51-
YUV153.46119.27104.85-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 138 (54.30% from 255) = 31.94%
R=28.01%
G=40.05%
B=31.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211731380.3000.200.32139.6224.0757.65
Hex79AD8A1E014208c183a
Octal17125521236024402143072
Binary11110011010110110001010111100101001000001000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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