#79B585

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

Shades of Bay Leaf #79B585

Tints of Bay Leaf #79B585

Color information

#79B585 (or 0x79B585) is unknown color: approx Bay Leaf. HEX triplet: 79, B5 and 85. RGB value is (121,181,133). Sum of RGB (Red+Green+Blue) = 121+181+133=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #79B585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79B585 is #864A7A. Grayscale: #9D9D9D. Windows color (decimal): -8800891 or 8762745. OLE color: 8762745.

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

Color convert

RGB121181133-
CMYK0.3300.270.29
HSL132º28.85%59.22%-
HSV(B)132º33.15%70.98%-
XYZ28.6438.8128.17-
YUV157.59114.12101.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.82%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=27.82%
G=41.61%
B=30.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1211811330.3300.270.2913228.8559.22
Hex79B5852101B1D841d3b
Octal17126520541033352043573
Binary11110011011010110000101100001011011111011000010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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