#79AB8E

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

Shades of Bay Leaf #79AB8E

Tints of Bay Leaf #79AB8E

Color information

#79AB8E (or 0x79AB8E) is unknown color: approx Bay Leaf. HEX triplet: 79, AB and 8E. RGB value is (121,171,142). Sum of RGB (Red+Green+Blue) = 121+171+142=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #79AB8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79AB8E is #865471. Grayscale: #989898. Windows color (decimal): -8803442 or 9350009. OLE color: 9350009.

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

Color convert

RGB121171142-
CMYK0.2900.170.33
HSL145.2º22.94%57.25%-
HSV(B)145.2º29.24%67.06%-
XYZ27.3335.1430.93-
YUV152.74121.94105.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.88%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=27.88%
G=39.40%
B=32.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211711420.2900.170.33145.222.9457.25
Hex79AB8E1D01121911739
Octal17125321635021412212771
Binary11110011010101110001110111010100011000011001000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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