#79B085

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

Shades of Bay Leaf #79B085

Tints of Bay Leaf #79B085

Color information

#79B085 (or 0x79B085) is unknown color: approx Bay Leaf. HEX triplet: 79, B0 and 85. RGB value is (121,176,133). Sum of RGB (Red+Green+Blue) = 121+176+133=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #79B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79B085 is #864F7A. Grayscale: #9A9A9A. Windows color (decimal): -8802171 or 8761465. OLE color: 8761465.

HSL color Cylindrical-coordinate representation of color #79B085: hue angle of 133.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #79B085 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB121176133-
CMYK0.3100.240.31
HSL133.09º25.82%58.24%-
HSV(B)133.09º31.25%69.02%-
XYZ27.6436.8127.84-
YUV154.65115.78104-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 176 (69.14% from 255) = 40.93%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=28.14%
G=40.93%
B=30.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1211761330.3100.240.31133.0925.8258.24
Hex79B0851F0181F851a3a
Octal17126020537030372053272
Binary1111001101100001000010111111011000111111000010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,133); }

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

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

 a { background-color: rgb(121,176,133); }

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

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

 span { border-color: rgb(121,176,133); }

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