#79B990

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

Shades of Bay Leaf #79B990

Tints of Bay Leaf #79B990

Color information

#79B990 (or 0x79B990) is unknown color: approx Bay Leaf. HEX triplet: 79, B9 and 90. RGB value is (121,185,144). Sum of RGB (Red+Green+Blue) = 121+185+144=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #79B990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B990 is #86466F. Grayscale: #A1A1A1. Windows color (decimal): -8799856 or 9484665. OLE color: 9484665.

HSL color Cylindrical-coordinate representation of color #79B990: hue angle of 141.56º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #79B990 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB121185144-
CMYK0.3500.220.27
HSL141.56º31.37%60%-
HSV(B)141.56º34.59%72.55%-
XYZ30.2740.7832.66-
YUV161.19118.399.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.89%
GREEN value IS 185 (72.66% from 255) = 41.11%
BLUE value IS 144 (56.64% from 255) = 32%
R=26.89%
G=41.11%
B=32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211851440.3500.220.27141.5631.3760
Hex79B990230161B8e1f3c
Octal17127122043026332163774
Binary11110011011100110010000100011010110110111000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,185,144); }

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

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

 a { background-color: rgb(121,185,144); }

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

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

 span { border-color: rgb(121,185,144); }

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