#79B384

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

Shades of Bay Leaf #79B384

Tints of Bay Leaf #79B384

Color information

#79B384 (or 0x79B384) is unknown color: approx Bay Leaf. HEX triplet: 79, B3 and 84. RGB value is (121,179,132). Sum of RGB (Red+Green+Blue) = 121+179+132=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 179 - color contains mainly: green. Hex color #79B384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B384 is #864C7B. Grayscale: #9C9C9C. Windows color (decimal): -8801404 or 8696697. OLE color: 8696697.

HSL color Cylindrical-coordinate representation of color #79B384: hue angle of 131.38º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #79B384 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB121179132-
CMYK0.3200.260.30
HSL131.38º27.62%58.82%-
HSV(B)131.38º32.4%70.2%-
XYZ28.1737.9727.67-
YUV156.3114.28102.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 179 (70.31% from 255) = 41.44%
BLUE value IS 132 (51.95% from 255) = 30.56%
R=28.01%
G=41.44%
B=30.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1211791320.3200.260.30131.3827.6258.82
Hex79B3842001A1E831c3b
Octal17126320440032362033473
Binary11110011011001110000100100000011010111101000001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,179,132); }

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

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

 a { background-color: rgb(121,179,132); }

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

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

 span { border-color: rgb(121,179,132); }

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