#79AE88

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

Shades of Bay Leaf #79AE88

Tints of Bay Leaf #79AE88

Color information

#79AE88 (or 0x79AE88) is unknown color: approx Bay Leaf. HEX triplet: 79, AE and 88. RGB value is (121,174,136). Sum of RGB (Red+Green+Blue) = 121+174+136=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #79AE88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AE88 is #865177. Grayscale: #999999. Windows color (decimal): -8802680 or 8957561. OLE color: 8957561.

HSL color Cylindrical-coordinate representation of color #79AE88: hue angle of 136.98º degrees, saturation: 0.25, 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 #79AE88 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB121174136-
CMYK0.3000.220.32
HSL136.98º24.65%57.84%-
HSV(B)136.98º30.46%68.24%-
XYZ27.4736.1128.82-
YUV153.82117.94104.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.07%
GREEN value IS 174 (68.36% from 255) = 40.37%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=28.07%
G=40.37%
B=31.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1211741360.3000.220.32136.9824.6557.84
Hex79AE881E0162089193a
Octal17125621036026402113172
Binary11110011010111010001000111100101101000001000100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,174,136); }

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

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

 a { background-color: rgb(121,174,136); }

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

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

 span { border-color: rgb(121,174,136); }

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