#79B490

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

Shades of Bay Leaf #79B490

Tints of Bay Leaf #79B490

Color information

#79B490 (or 0x79B490) is unknown color: approx Bay Leaf. HEX triplet: 79, B4 and 90. RGB value is (121,180,144). Sum of RGB (Red+Green+Blue) = 121+180+144=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #79B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B490 is #864B6F. Grayscale: #9E9E9E. Windows color (decimal): -8801136 or 9483385. OLE color: 9483385.

HSL color Cylindrical-coordinate representation of color #79B490: hue angle of 143.39º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79B490 is Cyan = 0.33, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB121180144-
CMYK0.3300.20.29
HSL143.39º28.23%59.02%-
HSV(B)143.39º32.78%70.59%-
XYZ29.2438.7232.32-
YUV158.26119.95101.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 144 (56.64% from 255) = 32.36%
R=27.19%
G=40.45%
B=32.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211801440.3300.20.29143.3928.2359.02
Hex79B490210141D8f1c3b
Octal17126422041024352173473
Binary11110011011010010010000100001010100111011000111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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