#79BB86

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

Shades of Bay Leaf #79BB86

Tints of Bay Leaf #79BB86

Color information

#79BB86 (or 0x79BB86) is unknown color: approx Bay Leaf. HEX triplet: 79, BB and 86. RGB value is (121,187,134). Sum of RGB (Red+Green+Blue) = 121+187+134=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #79BB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BB86 is #864479. Grayscale: #A1A1A1. Windows color (decimal): -8799354 or 8829817. OLE color: 8829817.

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

Color convert

RGB121187134-
CMYK0.3500.280.27
HSL131.82º32.67%60.39%-
HSV(B)131.82º35.29%73.33%-
XYZ29.9641.3328.95-
YUV161.22112.6399.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.38%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=27.38%
G=42.31%
B=30.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1211871340.3500.280.27131.8232.6760.39
Hex79BB862301C1B84213c
Octal17127320643034332044174
Binary111100110111011100001101000110111001101110000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,187,134); }

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

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

 a { background-color: rgb(121,187,134); }

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

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

 span { border-color: rgb(121,187,134); }

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